Best of React — May 2024
- 1
- 2
- 3
- 4
- 5
Community Picks·2y
React 19 lets you write impossible components
React 19 introduces Server Components that allow developers to choose where their code runs, fetch data directly within components, and improve performance. Actions, on the other hand, provide convenient features like isPending state, error handling, and optimistic UI. These new features make it easier to build marketing websites and enhance the developer experience in React 19.
- 6
Next.js·2y
Next.js 15 RC
Next.js 15 RC is now available, allowing you to test the latest features before the stable release. It includes support for React 19 RC, caching updates, incremental adoption of Partial Prerendering, executing code after a response, create-next-app updates, and optimizing bundling of external packages.
- 7
freeCodeCamp·2y
How to Use React Developer Tools – Explained With Examples
Learn how to use React Developer Tools to inspect and debug React applications efficiently. Install the extension, navigate the interface, and explore component state and props. Debug errors and analyze performance using React DevTools.
- 8
- 9
- 10
DEV·2y
Introducing DIVZ - a React component to scroll, swipe & zoom through HTML content on the 3D z-axis
DIVZ is a free open source React UI component that enables scrolling, swiping, and zooming through HTML elements on the 3D z-axis. It offers simplified integration, diverse applications, and broad device support.
- 11
- 12
DEV·2y
It’s not just you, Next.js is getting harder to use
Next.js' App Router has two major problems that make it difficult to adopt. The Pages Router was simpler and had file-based routing. The App Router introduced new features but also increased complexity. It's challenging to avoid complexity as frameworks grow. Just because something is recommended, doesn't mean it's right for you.
- 13
Community Picks·2y
Best Headless CMS for React in 2024
A headless CMS is a backend-only CMS that allows developers to use their tools and frameworks to create a user interface. React remains a cornerstone for building dynamic and scalable applications. Here are the top headless CMS options for React: Sanity.io, Storyblok, Contentful, Strapi, Prismic, Ghost, Kentico Kontent, Hygraph (formerly GraphCMS), ButterCMS, Directus, and Payload CMS.
- 14
- 15
- 16
Collections·2yReact 19: New Features, Optimizations, and Improvements
React 19 introduces automatic memoization for improved performance, streamlined form handling, simplified ref handling, and advancements in document metadata management. The beta release provides resources for library developers and includes tools for migration.
- 17
- 18
- 19
- 20
- 21
freeCodeCamp·2y
Zustand vs useState – How to Manage State in React Apps
Learn about Zustand and useState as tools for managing state in React. Zustand offers more centralized global state management, while useState is simpler for local component state. Consider factors like state complexity, speed, team skills, app growth, and community support when choosing between them.
- 22
- 23
- 24
- 25
