React Loading Skeleton: Skeleton Screens that Adapt to Your App
Use the ‘skeleton’ component directly in your components in place of content that is still loading and it’ll adapt to the right size while the real data is on the way. - https://github.com/dvtng/react-loading-skeleton
#react
Use the ‘skeleton’ component directly in your components in place of content that is still loading and it’ll adapt to the right size while the real data is on the way. - https://github.com/dvtng/react-loading-skeleton
#react
GitHub
GitHub - dvtng/react-loading-skeleton: Create skeleton screens that automatically adapt to your app!
Create skeleton screens that automatically adapt to your app! - dvtng/react-loading-skeleton
How to Create a Chrome Extension with React, TypeScript, Tailwind CSS and Vite
Covers everything you need to know right through to publishing in the Chrome Web Store. - https://www.luckymedia.dev/blog/how-to-create-a-chrome-extension-with-react-typescript-tailwindcss-and-vite-in-2024
#react
Covers everything you need to know right through to publishing in the Chrome Web Store. - https://www.luckymedia.dev/blog/how-to-create-a-chrome-extension-with-react-typescript-tailwindcss-and-vite-in-2024
#react
Lucky Media
How to Create a Chrome Extension with React, TypeScript, TailwindCSS, and Vite - Lucky Media
For over a decade, Lucky Media has been a leading Software Development Agency in the US, based in Dallas, TX. We build custom software solutions for your business.
SPA Lazy Loading Pitfalls
A concise set of recommendations to address common problems with this widely used pattern. - https://reacttraining.com/blog/spa-lazy-loading-pitfalls
#react
A concise set of recommendations to address common problems with this widely used pattern. - https://reacttraining.com/blog/spa-lazy-loading-pitfalls
#react
ReactTraining.com
SPA Lazy Loading Pitfalls
React Corporate Workshops, Training, and Consulting
How to Fetch Data in React
An updated look at the multitude of ways to fetch data from a remote API in React. Note that Redux-based approaches aren’t covered, this is all about general, broad approaches. - https://www.robinwieruch.de/react-fetching-data/
#react
An updated look at the multitude of ways to fetch data from a remote API in React. Note that Redux-based approaches aren’t covered, this is all about general, broad approaches. - https://www.robinwieruch.de/react-fetching-data/
#react
www.robinwieruch.de
How to fetch data in React [2024]
There are different ways to fetch data in React from a remote API. In this guide we want to explore all the options available for data fetching in React ...
Component Composition is Great, BTW
A well-regarded author writes about using component composition to avoid conditional rendering for mutually exclusive states - https://tkdodo.eu/blog/component-composition-is-great-btw
#react
A well-regarded author writes about using component composition to avoid conditional rendering for mutually exclusive states - https://tkdodo.eu/blog/component-composition-is-great-btw
#react
tkdodo.eu
Component Composition is great btw
Component composition is one of the best parts of React, and I think we should take more time to break our components into manageable parts before littering one component with conditional renderings.
Testing a React App in Chrome with Heroku CI
An introduction to doing end-to-end testing of a React app as part of a CI pipeline - https://blog.heroku.com/testing-react-app-chrome-heroku-ci
#react
An introduction to doing end-to-end testing of a React app as part of a CI pipeline - https://blog.heroku.com/testing-react-app-chrome-heroku-ci
#react
Heroku
Testing a React App in Chrome with Heroku CI
Automate end-to-end testing for React apps with Heroku CI. See how to use the Chrome for Testing Heroku Buildpack for seamless browser testing integration.
Instrumenting a React App Using OpenTelemetry - https://thenewstack.io/instrumenting-a-react-app-using-opentelemetry/
#react
#react
The New Stack
Instrumenting a React App Using OpenTelemetry
Learn how to get started with OpenTelemetry in a React app with basic and auto-instrumentation, as well as adding custom spans and metrics.
assistant-ui: React Components for AI Chat
It doesn’t just give you the interface components, but has integrations for Vercel AI, Langchain, and talking to other common LLM APIs (e.g. OpenAI’s), enabling you to build your own in-house AI chat system quickly. - https://github.com/Yonom/assistant-ui
#react
It doesn’t just give you the interface components, but has integrations for Vercel AI, Langchain, and talking to other common LLM APIs (e.g. OpenAI’s), enabling you to build your own in-house AI chat system quickly. - https://github.com/Yonom/assistant-ui
#react
GitHub
GitHub - Yonom/assistant-ui: React Components for AI Chat 💬 🚀
React Components for AI Chat 💬 🚀. Contribute to Yonom/assistant-ui development by creating an account on GitHub.
Types of React Components: An Overview
A complete overview, including basic code examples, of the different types of React component, from those built with createClass, class components, HOCs, function components, and more modern options. A major update of a post we first featured in 2019. - https://www.robinwieruch.de/react-component-types/
#react
A complete overview, including basic code examples, of the different types of React component, from those built with createClass, class components, HOCs, function components, and more modern options. A major update of a post we first featured in 2019. - https://www.robinwieruch.de/react-component-types/
#react
www.robinwieruch.de
Types of React Components [2024]
There are many types of React Components that make it difficult for React beginners. This tutorial goes through each React Component Type by example ...
React Visually Explained: use client
We feature this not only for content but also for style: we like the gimmick-free simplicity, tight editing and focus of the presenter and the material she presents. - https://www.youtube.com/watch?v=eO51VVCpTk0
#react
We feature this not only for content but also for style: we like the gimmick-free simplicity, tight editing and focus of the presenter and the material she presents. - https://www.youtube.com/watch?v=eO51VVCpTk0
#react
YouTube
React visually explained: 'use client'
What 'use client' is, why it exists, how it works, and how to use it.
The 'use client' directive introduces a new dimension to bundling: allowing developers to use the same language and JSX component model for UI concerns that span the client and server.…
The 'use client' directive introduces a new dimension to bundling: allowing developers to use the same language and JSX component model for UI concerns that span the client and server.…
How to Control a React Component from the URL - https://buildui.com/posts/how-to-control-a-react-component-with-the-url
#react
#react
Build UI
How to control a React component with the URL
Create Stunning Maps Effortlessly with React Leaflet - https://jsdev.space/mastering-react-leaflet/
#react
#react
JavaScript Development Space - Master JS and NodeJS
Create Stunning Maps Effortlessly - Master React Leaflet with TypeScript!
Explore the world of JavaScript at our blog, your ultimate resource for guides, tutorials, and articles. Uncover the latest insights, tips, and trends.
React Folder Structure in Five Steps, 2024 Edition
The latest result of Robin’s efforts at updating his popular posts to 2024 standards. Articles about structuring React apps are always popular; this one breaks the idea down to five steps going from the simplest of apps to more complex ones. Bulletproof React is also worth a look if you need something broader. - https://www.robinwieruch.de/react-folder-structure/
#react
The latest result of Robin’s efforts at updating his popular posts to 2024 standards. Articles about structuring React apps are always popular; this one breaks the idea down to five steps going from the simplest of apps to more complex ones. Bulletproof React is also worth a look if you need something broader. - https://www.robinwieruch.de/react-folder-structure/
#react
www.robinwieruch.de
React Folder Structure in 5 Steps [2024]
React Folder Structure in 2024 for large React projects. The guide walks you through a file structure from small to large project ...
How to Implement a 'Drag to Select' Mechanism
Josh wanted to implement drag based selection to make bulk operations easier for end users. It was harder than he thought, but he’s done a great job explaining every step of his approach. - https://www.joshuawootonn.com/react-drag-to-select
#react
Josh wanted to implement drag based selection to make bulk operations easier for end users. It was harder than he thought, but he’s done a great job explaining every step of his approach. - https://www.joshuawootonn.com/react-drag-to-select
#react
Joshuawootonn
Drag to Select
Drag selection is the defacto pointer multi-selection. In this guide we'll recreate native-like drag selection in react.
How React Router v7 Became Type-Safe
An overview of the soon-to-be-released React Router 7, why recent type-safety improvements are both exciting and useful, as well as some live demos. - https://www.youtube.com/watch?v=ferLCqcLcGU
#react
An overview of the soon-to-be-released React Router 7, why recent type-safety improvements are both exciting and useful, as well as some live demos. - https://www.youtube.com/watch?v=ferLCqcLcGU
#react
YouTube
How React Router v7 became type-safe!
Today we go over how react router v7 added type-safety and typegen and how this changes the future of web development
👍 Don't forget to like, comment, and subscribe for more episodes in this series! Join our coding community and let's build something amazing…
👍 Don't forget to like, comment, and subscribe for more episodes in this series! Join our coding community and let's build something amazing…
How to Drag and Drop in React
Drag and drop is a basic UI expectation in many scenarios. Robin, always a well-regarded instructor, walks though the creation of a drag and drop capable component, step-by-step. - https://www.robinwieruch.de/react-drag-and-drop/
#react
Drag and drop is a basic UI expectation in many scenarios. Robin, always a well-regarded instructor, walks though the creation of a drag and drop capable component, step-by-step. - https://www.robinwieruch.de/react-drag-and-drop/
#react
www.robinwieruch.de
How to Drag and Drop in React
A tutorial about using Drag and Drop in React by example for a vertical list (later horizontal list) with @hello-pangea/dnd as DnD library ...
React Compiler Beta Release
Five months ago we got our first official introduction to React Compiler, a new approach to improving React app performance by optimizing code at build time. It’s now a step closer, and React 17+ users and library maintainers are encouraged to give it a spin. - https://react.dev/blog/2024/10/21/react-compiler-beta-release
#react
Five months ago we got our first official introduction to React Compiler, a new approach to improving React app performance by optimizing code at build time. It’s now a step closer, and React 17+ users and library maintainers are encouraged to give it a spin. - https://react.dev/blog/2024/10/21/react-compiler-beta-release
#react
react.dev
React Compiler Beta Release – React
The library for web and native user interfaces
Next.js 15 Released
Last week was a big week for the popular (some may even argue default?) React framework with Next.js Conf taking place (more on that later) and this major release. It includes a codemod CLI for easier upgrading, async request APIs, alignment with React 19, and more. - https://nextjs.org/blog/next-15
#react
Last week was a big week for the popular (some may even argue default?) React framework with Next.js Conf taking place (more on that later) and this major release. It includes a codemod CLI for easier upgrading, async request APIs, alignment with React 19, and more. - https://nextjs.org/blog/next-15
#react
nextjs.org
Next.js 15
Next.js 15 introduces React 19 support, caching improvements, a stable release for Turbopack in development, new APIs, and more.
Using shadcn/ui with Next.js 15 and React 19
Fresh, valuable documentation from the shadcn/ui project on the specifics of using the popular component library with React 19 generally, though with a slight emphasis on Next.js 15. - https://ui.shadcn.com/docs/react-19
#react
Fresh, valuable documentation from the shadcn/ui project on the specifics of using the popular component library with React 19 generally, though with a slight emphasis on Next.js 15. - https://ui.shadcn.com/docs/react-19
#react
Shadcn
Next.js 15 + React 19
Using shadcn/ui with Next.js 15 and React 19.
Next.js' Journey with Caching
A description of a new experimental (aimed at those who are “feeling adventurous” for now) mode that builds on just two concepts: Suspense and use cache. - https://nextjs.org/blog/our-journey-with-caching
#react
A description of a new experimental (aimed at those who are “feeling adventurous” for now) mode that builds on just two concepts: Suspense and use cache. - https://nextjs.org/blog/our-journey-with-caching
#react
nextjs.org
Our Journey with Caching
Learn about our journey with caching in Next.js App Router.