React Islands integrates React into legacy codebases, enabling modernization without requiring a complete rewrite.
Onlook bridges design and development, integrating design tools into IDEs for seamless collaboration and faster workflows.
Demand for faster UI development is skyrocketing. Explore how to use Shadcn and Framer AI to quickly create UI components.
Learn React Hooks best practices and advanced use cases with this cheat sheet, featuring useState
, useEffect
, useReducer
, and more.
The recent merge of Remix and React Router in React Router v7 provides a full-stack framework for building modern SSR and SSG applications.
Explore how to implement a PDF document generation feature in your React app using react-pdf and other popular PDF generation tools.
Implement a loading state, or loading skeleton, in React with and without external dependencies like the React Loading Skeleton package.
Learn how to style a responsive navbar for end users using React and CSS, with considerations for different screen sizes.
Explore React 19’s new features, including the compiler, automatic memoization, and updates to hooks like use() and useFormStatus.
React’s startTransition function and useTransition Hook allow you to create responsive apps by separating immediate UI renders and non-urgent updates.
Create a reusable, pop-up modal component in React using the native HTML5
Embedding iframes in React applications requires careful handling to ensure security, performance, and seamless integration.