React State without Constructor
A tutorial on setting React state without constructors using class fields and alternative patterns like HOCs and render props.
A tutorial on setting React state without constructors using class fields and alternative patterns like HOCs and render props.
Explains migrating PayPal's server-side templates to React/JSX for unified frontend/backend templating, covering challenges and solutions.
Learn to prevent unnecessary React component rerenders using shouldComponentUpdate and PureComponent for performance optimization.
A challenge to implement a Redux store from scratch, inspired by Dan Abramov's video course on Redux fundamentals.
A tutorial on using the Intersection Observer API in React to implement anchor-based navigation for long articles.
A developer shares tips for maximizing conference value, based on their experience at React Rally, focusing on networking and learning.
Explains the software design principle 'Make impossible states impossible' to improve UI component APIs and state management.
A tutorial explaining React's Render Props pattern by building a currency converter component.
A developer's fifth-month retrospective on launching their product, Zestful, but still struggling to acquire initial customers.
A developer's journey to find a better presentation tool, leading to the discovery of mdx-deck for creating slides with Markdown and React.
A guide to converting a Gatsby static site into a Progressive Web App (PWA) using plugins for offline functionality and a web app manifest.
A guide to setting up your first React Native mobile app, covering basic concepts, environment setup, and key differences from ReactJS.
Explains why custom HTML templates in Webpack React apps are unnecessary and introduces using HTML Webpack Partials Plugin for better maintainability.
A developer shares their journey of learning React Native, the challenges of balancing work, and their renewed commitment to mastering cross-platform mobile development.
A guide on fetching data in React using Class Components, covering lifecycle methods, error handling, and testing.
A guide to configuring ASP.NET Core with webpack and hot module replacement for fast TypeScript and React development.
A developer's retrospective on the mistake of shipping a product too late, with insights from their fourth month working on Zestful.
An explanation of JSX in React, showing how it compiles to JavaScript and React.createElement calls.
A developer shares insights from presenting live coding talks on web accessibility, including challenges and tips for success without slides.
A guide on effectively using Google and other resources to find the best learning materials for coding and software development.