Building Production Apps 100% in the browser
A developer shares how he built two production-ready web apps entirely in the browser using CodeSandbox and deployed them with Netlify.
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.
Announcing two new React video courses: a free beginner's guide and an advanced patterns course available via subscription on egghead.io.
A developer shares his family's Christmas traditions, homemade gifts, and the importance of service, inspired by his faith.
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.
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.
A guide on implementing SVG patterns as backgrounds in React applications, including code examples and tool recommendations.
A guide to implementing accessibility (a11y) patterns in React applications, covering semantic HTML, ARIA, focus management, and routing.