Gatsby.js: How to set up and use the React Static Site Generator
A tutorial on setting up and using Gatsby.js, a React-based static site generator, covering installation, project structure, and its key features.
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.
A developer shares his family's Christmas traditions, homemade gifts, and the importance of service, inspired by his faith.
Tips for giving effective software demos, including starting with 'why', knowing your audience, and pre-recording.
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 explores a hacky React solution for handling errors in a custom i18n library's 'sorta-curried' API.
A developer shares techniques for improving module usability, focusing on removing side-effects from imports in a custom i18n solution.
A developer shares their experience building a custom course platform for web development, covering motivations, challenges, and lessons learned.
A guide to setting up and using MobX for state management in create-react-app, with and without decorators.
A summary of new features in React 16, including Fragments, Portals, Error Boundaries, and performance improvements.
Explains the prop getters pattern in React, using downshift and react-toggled as examples to give users rendering control.
Author launches a comprehensive course on React state management, covering local state, Redux, and MobX, with a book, screencasts, and projects.
Explores 7 key architectural principles for building reliable, maintainable, and reusable React components, focusing on design best practices.
A guide to implementing accessible ARIA live regions in React applications to announce dynamic content changes for screen reader users.