6th February 2020 at 14:20
Jeremy Keith's article critiques server-side rendering and hydration, comparing it to progressive enhancement but noting a missing mindset.
Jeremy Keith's article critiques server-side rendering and hydration, comparing it to progressive enhancement but noting a missing mindset.
A guide to fixing the 'not wrapped in act(...)' warning in React component tests, covering class and function components.
A guide to building custom DevTools for your web app to improve developer productivity, with a demo React app example.
A tutorial explaining how to render an array of items into a list in React, focusing on the map method and the importance of unique keys.
A software developer explains why using enumerated states is better than multiple boolean flags for managing UI state in React applications.
A guide to 10 essential Gatsby plugins for enhancing a blog, including analytics, images, syntax highlighting, and comments.
A guide to implementing conditional rendering in React using JavaScript operators like if/else, ternary, and switch case.
A React tutorial explaining how to use event handlers, including onClick, with examples for beginners.
A developer details his journey to create a minimal React base project that outputs a tiny bundle using Preact, sharing insights on front-end optimization.
A developer creates a word puzzle training app using Clojure and re-frame to help a friend prepare for a TV talent show competition.
A tutorial on creating a React component to display objects using JSON.stringify for debugging purposes.
A former React team member explains the core technical principles that guide the React team's approach to API design and problem-solving.
Explains the three main stages of React component lifecycle (mounting, updating, unmounting) and details key lifecycle methods for class components.
A tutorial on using React's useImperativeHandle and forwardRef to expose child component functions to a parent component.
A tutorial on building a Santa tracking web app using Gatsby and React Leaflet, including fetching Santa's route from an API.
Explains why calling a React function component directly causes a 'Rendered fewer hooks' error and how to fix it by using JSX syntax.
A step-by-step tutorial on creating a React Range Component using Hooks, Function Components, and styled-components.
A step-by-step tutorial on creating a React Slider component using React Hooks, Styled Components, and mouse event handlers.
Explains the importance of orthogonal component design in React to create predictable, maintainable, and easy-to-change software systems.
A tutorial on implementing search functionality for a GatsbyJS blog using GraphQL and React hooks to filter posts by title, description, and tags.