Why Frameworks matter
Explains why modern JavaScript frameworks like React are essential for web development by comparing them to vanilla JavaScript.
Explains why modern JavaScript frameworks like React are essential for web development by comparing them to vanilla JavaScript.
A short guide to setting up a React project using the zero-configuration Parcel bundler, from initial setup to running the application.
A tutorial on integrating PayPal payments into a React application, including creating a REST API app and building a reusable component.
A tutorial on building a Progressive Web App (PWA) using React, Create-React-App, and React Router.
Answers common React render props questions on performance and code organization, with examples from community feedback.
Explores JavaScript decorators for writing cleaner, more efficient code with examples in React and Angular.
Updated guide for learning React and Redux in 2019, offering opinionated tips on boilerplates, components, state management, and testing.
A tutorial on setting up and using Gatsby.js, a React-based static site generator, covering installation, project structure, and its key features.
A developer shares their 2018 resolutions focused on open-source contributions, blogging, learning, and using tools like VS Code and TypeScript.
A developer shares how he built two production-ready web apps entirely in the browser using CodeSandbox and deployed them with Netlify.
A guide on testing React components that use render prop components, covering integration and E2E testing strategies.
Discusses common Redux anti-patterns in state management, focusing on state duplication and incorrect information expert patterns in React/TypeScript applications.
A preview of an 'Advanced React Component Patterns' course, covering patterns like Compound Components and Higher Order Components.
Tips for giving effective software demos, including starting with 'why', knowing your audience, and pre-recording.
A developer shares his family's Christmas traditions, homemade gifts, and the importance of service, inspired by his faith.
Announcing two new React video courses: a free beginner's guide and an advanced patterns course available via subscription on egghead.io.
A guide to building accessible web applications using React, covering best practices, common pitfalls, and essential tools for developers.
A guide to setting up automated Slack invitations for a community using JavaScript/React and the Slack API.
A developer shares techniques for improving module usability, focusing on removing side-effects from imports in a custom i18n solution.
A developer explores a hacky React solution for handling errors in a custom i18n library's 'sorta-curried' API.