How I built my own course platform
A developer shares their experience building a custom course platform for web development, covering motivations, challenges, and lessons learned.
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.
Introducing downshift, a React library using render props to build flexible and accessible autocomplete/combobox components.
Learn essential React state management concepts before adopting Redux to avoid common pitfalls and unnecessary complexity.
A tutorial on creating custom bar charts in React using SVG components, without relying on external charting libraries.
A tutorial on integrating Stripe payments into a React frontend and Express backend for a custom payment solution.
A guide to accessibility tooling and techniques for React applications, covering ESLint plugins, react-axe, and focus control.
Part III of a React tutorial on building a list component that combines infinite scroll with a paginated 'More' button as a fallback for errors.
A React tutorial on building an infinite scroll component, converting a functional component to a class and adding scroll event listeners.
A React tutorial series on building advanced components, starting with a paginated list using the Hacker News API.
A tutorial on building a microservices development environment using Docker, Node.js, React, and Docker Compose.
A developer shares the process of building 'todometer', a meter-based to-do list desktop app using Electron, React, and Redux.
A developer shares their appreciation for React's ability to render different UI markup based on props and state, using a simple ternary example.