#react

[ follow ]
#frontend-development
LogRocket Blog
2 days ago
JavaScript

A deep dive into React Fiber - LogRocket Blog

React Fiber improves rendering performance in React through asynchronous processing and prioritized task execution. [ more ]
LogRocket Blog
6 months ago
JavaScript

CSS Hooks and the state of CSS-in-JS - LogRocket Blog

Inline styles simplify component styling but face limitations like no media queries or pseudo-classes. CSS-in-JS combines encapsulation with traditional CSS flexibility. CSS Hooks offer React developers a familiar way to leverage CSS-in-JS benefits. [ more ]
Medium
8 months ago
JavaScript

Building an End-To-End App In Under 5 Minutes

Apollo's useQuery API is utilized to define and invoke queries in React applications.
Building custom features involves creating entities, mock data, GraphQL queries, React hooks, and components. [ more ]
LogRocket Blog
8 months ago
JavaScript

Comparing TypeScript state management solutions - LogRocket Blog

State management in frontend development is important for maintaining data across multiple components.
TypeScript brings extra benefits for state management, such as type safety. [ more ]
LogRocket Blog
2 days ago
JavaScript

A deep dive into React Fiber - LogRocket Blog

React Fiber improves rendering performance in React through asynchronous processing and prioritized task execution. [ more ]
LogRocket Blog
6 months ago
JavaScript

CSS Hooks and the state of CSS-in-JS - LogRocket Blog

Inline styles simplify component styling but face limitations like no media queries or pseudo-classes. CSS-in-JS combines encapsulation with traditional CSS flexibility. CSS Hooks offer React developers a familiar way to leverage CSS-in-JS benefits. [ more ]
Medium
8 months ago
JavaScript

Building an End-To-End App In Under 5 Minutes

Apollo's useQuery API is utilized to define and invoke queries in React applications.
Building custom features involves creating entities, mock data, GraphQL queries, React hooks, and components. [ more ]
LogRocket Blog
8 months ago
JavaScript

Comparing TypeScript state management solutions - LogRocket Blog

State management in frontend development is important for maintaining data across multiple components.
TypeScript brings extra benefits for state management, such as type safety. [ more ]
morefrontend-development
#web-development
www.sitepoint.com
1 week ago
JavaScript

Evolution of JavaScript frameworks and libraries

JavaScript has dramatically evolved from simple scripting to complex web applications through the introduction of frameworks and libraries. [ more ]
Sitepoint
2 years ago
JavaScript

The Most Popular React UI Component Libraries - SitePoint

React UI component libraries help beginners focus on implementation and customization, saving time and effort. [ more ]
Medium
1 month ago
JavaScript

Building a Fast and Efficient Composable App using React and Rspack

Building composable apps with Rspack and Bit enhances scalability, maintainability, and development efficiency in React app development. [ more ]
Epic React
2 weeks ago
JavaScript

React Fundamentals Workshop

Understanding fundamental DOM operations enhances efficiency in React development. [ more ]
CodeProject
3 weeks ago
JavaScript

Building a Real-Time Chat Application with Go and React

The article outlines the development of a real-time chat application using Go for backend and React for frontend, emphasizing WebSocket communication. [ more ]
Medium
1 month ago
JavaScript

Building a Fast and Efficient Composable App using React and Rspack

Composable apps improve development efficiency and scalability in web development.
Rspack and Bit enhance component optimization and reusability in React apps. [ more ]
www.sitepoint.com
1 week ago
JavaScript

Evolution of JavaScript frameworks and libraries

JavaScript has dramatically evolved from simple scripting to complex web applications through the introduction of frameworks and libraries. [ more ]
Sitepoint
2 years ago
JavaScript

The Most Popular React UI Component Libraries - SitePoint

React UI component libraries help beginners focus on implementation and customization, saving time and effort. [ more ]
Medium
1 month ago
JavaScript

Building a Fast and Efficient Composable App using React and Rspack

Building composable apps with Rspack and Bit enhances scalability, maintainability, and development efficiency in React app development. [ more ]
Epic React
2 weeks ago
JavaScript

React Fundamentals Workshop

Understanding fundamental DOM operations enhances efficiency in React development. [ more ]
CodeProject
3 weeks ago
JavaScript

Building a Real-Time Chat Application with Go and React

The article outlines the development of a real-time chat application using Go for backend and React for frontend, emphasizing WebSocket communication. [ more ]
Medium
1 month ago
JavaScript

Building a Fast and Efficient Composable App using React and Rspack

Composable apps improve development efficiency and scalability in web development.
Rspack and Bit enhance component optimization and reusability in React apps. [ more ]
moreweb-development
CodeProject
1 week ago
JavaScript

Creating a Heatmap Chart in React Using CanvasJS StackedColumn100 Chart

Heatmaps can be effectively created in React using a StackedColumn100 chart for visualizing data density and distribution. [ more ]
#state-management
LogRocket Blog
2 weeks ago
JavaScript

A guide to the React useReducer Hook - LogRocket Blog

useReducer is a powerful alternative to third-party state management libraries in React when handling complex state logic. [ more ]
Hackernoon
1 year ago
JavaScript

Improving React App Performance: Leveraging Browser APIs to help React Compiler | HackerNoon

Leverage built-in browser APIs and CSS pseudo-classes to enhance React app performance and simplify code. [ more ]
Sitepoint
1 month ago
JavaScript

Create a Toggle Switch in React as a Reusable Component - SitePoint

Learn to create a customizable toggle switch React component from scratch.
Understand the importance of accessibility in component design.
Utilize SCSS for flexible and maintainable styling.
Create reusable components easily integrated into various projects.
Effectively manage state in both class-based and functional components. [ more ]
LogRocket Blog
1 month ago
JavaScript

Zustand adoption guide: Overview, examples, and alternatives - LogRocket Blog

Zustand is a lightweight and efficient state management tool for React applications, simplifying the complexities of other tools like Redux. [ more ]
LogRocket Blog
2 months ago
JavaScript

MobX adoption guide: Overview, examples, and alternatives - LogRocket Blog

MobX simplifies state management in React with its lightweight, reactive approach, reducing boilerplate code and automatic updates. [ more ]
LogRocket Blog
5 months ago
JavaScript

Comparing React state tools: Mutative vs. Immer vs. reducers - LogRocket Blog

Reducers help in elegantly modifying states based on action types, cleaning up complex state management in React projects. [ more ]
LogRocket Blog
2 weeks ago
JavaScript

A guide to the React useReducer Hook - LogRocket Blog

useReducer is a powerful alternative to third-party state management libraries in React when handling complex state logic. [ more ]
Hackernoon
1 year ago
JavaScript

Improving React App Performance: Leveraging Browser APIs to help React Compiler | HackerNoon

Leverage built-in browser APIs and CSS pseudo-classes to enhance React app performance and simplify code. [ more ]
Sitepoint
1 month ago
JavaScript

Create a Toggle Switch in React as a Reusable Component - SitePoint

Learn to create a customizable toggle switch React component from scratch.
Understand the importance of accessibility in component design.
Utilize SCSS for flexible and maintainable styling.
Create reusable components easily integrated into various projects.
Effectively manage state in both class-based and functional components. [ more ]
LogRocket Blog
1 month ago
JavaScript

Zustand adoption guide: Overview, examples, and alternatives - LogRocket Blog

Zustand is a lightweight and efficient state management tool for React applications, simplifying the complexities of other tools like Redux. [ more ]
LogRocket Blog
2 months ago
JavaScript

MobX adoption guide: Overview, examples, and alternatives - LogRocket Blog

MobX simplifies state management in React with its lightweight, reactive approach, reducing boilerplate code and automatic updates. [ more ]
LogRocket Blog
5 months ago
JavaScript

Comparing React state tools: Mutative vs. Immer vs. reducers - LogRocket Blog

Reducers help in elegantly modifying states based on action types, cleaning up complex state management in React projects. [ more ]
morestate-management
CodeProject
4 weeks ago
JavaScript

Visual Studio React Application Deployment to Azure Static Web App using Azure DevOps CI/CD Pipelines

Successful deployment of React applications from Visual Studio to Azure requires correct settings and understanding of project folder structures. [ more ]
#bit
Medium
4 weeks ago
JavaScript

A Modern Approach to React with Rspack for Web Development

Integrating Rspack and Bit enhances the efficiency and workflow of developing React components. [ more ]
Medium
2 months ago
JavaScript

Next.js Monorepos with Bit

Set up a Bit workspace to create modular NextJS apps and React components efficiently. [ more ]
Medium
2 months ago
JavaScript

Next.js Monorepos with Bit

Bit allows creating and managing reusable components with NextJS and React templates for improved productivity. [ more ]
Medium
3 months ago
JavaScript

React Microfrontend Authentication: Step by Step Guide

Using Bit allows for easy setup and reuse of authentication components without needing to write authentication code from scratch. [ more ]
Medium
7 months ago
JavaScript

Top 10 Tools Every React Developer Needs in 2024

React SWR is essential for efficient data fetching and updating in React applications.
Bit is a next-generation building system that supports the development of composable React components. [ more ]
Medium
4 weeks ago
JavaScript

A Modern Approach to React with Rspack for Web Development

Integrating Rspack and Bit enhances the efficiency and workflow of developing React components. [ more ]
Medium
2 months ago
JavaScript

Next.js Monorepos with Bit

Set up a Bit workspace to create modular NextJS apps and React components efficiently. [ more ]
Medium
2 months ago
JavaScript

Next.js Monorepos with Bit

Bit allows creating and managing reusable components with NextJS and React templates for improved productivity. [ more ]
Medium
3 months ago
JavaScript

React Microfrontend Authentication: Step by Step Guide

Using Bit allows for easy setup and reuse of authentication components without needing to write authentication code from scratch. [ more ]
Medium
7 months ago
JavaScript

Top 10 Tools Every React Developer Needs in 2024

React SWR is essential for efficient data fetching and updating in React applications.
Bit is a next-generation building system that supports the development of composable React components. [ more ]
morebit
LogRocket Blog
1 month ago
JavaScript

Migrating to React 19 using react-codemod - LogRocket Blog

Using react-codemod allows for seamless upgrading and refactoring of React applications without manual code rewrites. [ more ]
#testing
Epic Web Dev
1 month ago
JavaScript

Epic Workshop Test Tab Demo

The Epic Workshop app provides a reliable testing framework to detect and resolve application errors efficiently. [ more ]
Hackernoon
5 months ago
JavaScript

How to Test React Components With Jest And React Testing Library | HackerNoon

Testing in React ensures components function as intended and facilitates quick resolutions for development issues. [ more ]
Epic Web Dev
1 month ago
JavaScript

Epic Workshop Test Tab Demo

The Epic Workshop app provides a reliable testing framework to detect and resolve application errors efficiently. [ more ]
Hackernoon
5 months ago
JavaScript

How to Test React Components With Jest And React Testing Library | HackerNoon

Testing in React ensures components function as intended and facilitates quick resolutions for development issues. [ more ]
moretesting
#development
GitHub
1 month ago
JavaScript

GitHub - kenclaron/react-instastories: The next generation of React Stories Library. Effortlessly Integrate Stories into Your Projects. React library that makes it easy to embed user and system stories in your web applications.

The React Stories Library is a lightweight and customizable solution for integrating story features into React applications. [ more ]
Sitepoint
6 months ago
Web design

Powerful React Form Builders to Consider in 2024 - SitePoint

Form builders simplify form creation in React, offering benefits like faster development, user-friendly design, and handling validation tasks. [ more ]
GitHub
1 month ago
JavaScript

GitHub - kenclaron/react-instastories: The next generation of React Stories Library. Effortlessly Integrate Stories into Your Projects. React library that makes it easy to embed user and system stories in your web applications.

The React Stories Library is a lightweight and customizable solution for integrating story features into React applications. [ more ]
Sitepoint
6 months ago
Web design

Powerful React Form Builders to Consider in 2024 - SitePoint

Form builders simplify form creation in React, offering benefits like faster development, user-friendly design, and handling validation tasks. [ more ]
moredevelopment
React and the Vanishing Network
1 month ago
JavaScript

React and the Vanishing Network

The workshop covers the evolution of network management in web applications using React. [ more ]
#tailwind-css
Geeky Gadgets
1 month ago
Artificial intelligence

Construct website UI components in real time using RapidPages AI

RapidPages AI is a prompt-first IDE that uses natural language processing to generate UI components in real-time with React and Tailwind CSS.
The tool significantly reduces the time and effort required to build and iterate on UI designs.
RapidPages AI can generate UI components directly from natural language prompts, providing design rendering and corresponding code.
Collaboration features include forking and sharing, enabling seamless teamwork on projects. [ more ]
Sitepoint
8 months ago
JavaScript

Enhance Your React Apps with ShadCn Utilities and Components - SitePoint

ShadCn is a versatile library enhancing React applications.
Prerequisites include knowledge of JavaScript, React.js, Node.js, CSS, HTML, and Tailwind CSS. [ more ]
Geeky Gadgets
1 month ago
Artificial intelligence

Construct website UI components in real time using RapidPages AI

RapidPages AI is a prompt-first IDE that uses natural language processing to generate UI components in real-time with React and Tailwind CSS.
The tool significantly reduces the time and effort required to build and iterate on UI designs.
RapidPages AI can generate UI components directly from natural language prompts, providing design rendering and corresponding code.
Collaboration features include forking and sharing, enabling seamless teamwork on projects. [ more ]
Sitepoint
8 months ago
JavaScript

Enhance Your React Apps with ShadCn Utilities and Components - SitePoint

ShadCn is a versatile library enhancing React applications.
Prerequisites include knowledge of JavaScript, React.js, Node.js, CSS, HTML, and Tailwind CSS. [ more ]
moretailwind-css
Epic React
2 months ago
JavaScript

Can you modify React Props?

Maintaining encapsulation in React components is crucial for predictable UI behavior and reusability. [ more ]
#user-experience
LogRocket Blog
2 months ago
JavaScript

Understanding optimistic UI and React's useOptimistic Hook - LogRocket Blog

Optimistic UI can enhance user experience by providing instant feedback, using React's useOptimistic Hook for swift interface updates. [ more ]
www.sitepoint.com
6 months ago
Web design

Creating a Navbar in React SitePoint

Navigation bar is essential for user interface to allow smooth navigation through a website.
React facilitates building reusable components like navbars and prioritizes accessibility for all users. [ more ]
GitHub
6 months ago
JavaScript

GitHub - garronej/screen-scaler: One-size-fit-all web design: Screen-size agnostic development environment.

Design for specific screen size can enhance user experience
Screen-Scaler automatically adjusts app to fit any screen size [ more ]
Sitepoint
7 months ago
React

Quick Tip: Creating a Date Picker in React - SitePoint

Adding a date picker to a React application can enhance user experience.
The react-datepicker library provides customization options like date format, minDate, maxDate, inline rendering, and portal rendering. [ more ]
LogRocket Blog
7 months ago
JavaScript

Essential tools for implementing React panel layouts - LogRocket Blog

Compositional frameworks like React are essential for modern web applications.
Dynamic panel layouts in React offer adaptability, user-friendliness, and customization. [ more ]
Medium
8 months ago
JavaScript

Building a Reusable Infinite Scroll Component With React

Infinite scroll feature improves user experience by continuously loading content without manual interaction.
Leveraging components with a next-generation build system like Bit allows for independent development and management. [ more ]
LogRocket Blog
2 months ago
JavaScript

Understanding optimistic UI and React's useOptimistic Hook - LogRocket Blog

Optimistic UI can enhance user experience by providing instant feedback, using React's useOptimistic Hook for swift interface updates. [ more ]
www.sitepoint.com
6 months ago
Web design

Creating a Navbar in React SitePoint

Navigation bar is essential for user interface to allow smooth navigation through a website.
React facilitates building reusable components like navbars and prioritizes accessibility for all users. [ more ]
GitHub
6 months ago
JavaScript

GitHub - garronej/screen-scaler: One-size-fit-all web design: Screen-size agnostic development environment.

Design for specific screen size can enhance user experience
Screen-Scaler automatically adjusts app to fit any screen size [ more ]
Sitepoint
7 months ago
React

Quick Tip: Creating a Date Picker in React - SitePoint

Adding a date picker to a React application can enhance user experience.
The react-datepicker library provides customization options like date format, minDate, maxDate, inline rendering, and portal rendering. [ more ]
LogRocket Blog
7 months ago
JavaScript

Essential tools for implementing React panel layouts - LogRocket Blog

Compositional frameworks like React are essential for modern web applications.
Dynamic panel layouts in React offer adaptability, user-friendliness, and customization. [ more ]
Medium
8 months ago
JavaScript

Building a Reusable Infinite Scroll Component With React

Infinite scroll feature improves user experience by continuously loading content without manual interaction.
Leveraging components with a next-generation build system like Bit allows for independent development and management. [ more ]
moreuser-experience
Hackernoon
3 months ago
JavaScript

Introducing Universal Image Component: The Ultimate React/NextJS Image Solution! | HackerNoon

Universal Image Component offers Base64, CDN, and Text-Based modes for image management in React projects. [ more ]
Hackernoon
4 years ago
JavaScript

A Simplified Guide for the"Dockerazition" of Ruby and Rails With React Front-End App | HackerNoon

Dockerizing Ruby on Rails with React improves workflow and deployments by ensuring consistency, portability, and minimizing system differences. [ more ]
App Developer Magazine
2 months ago
Web design

App Builder updates from Infragistics | App Developer Magazine

App Builder by Infragistics introduces React code generation feature and enhanced two-way data binding for improved development experience. [ more ]
#useeffect
Epic React
2 months ago
JavaScript

Build React Hooks Tutorial

Understanding the fundamental rules of hooks is essential for maximizing productivity in React development. [ more ]
Sitepoint
8 months ago
React

Understanding React useEffect - SitePoint

The useEffect hook in React enables side effect handling in functional components.
The dependency array in useEffect controls when the effect runs based on specified variables. [ more ]
Epic React
2 months ago
JavaScript

Build React Hooks Tutorial

Understanding the fundamental rules of hooks is essential for maximizing productivity in React development. [ more ]
Sitepoint
8 months ago
React

Understanding React useEffect - SitePoint

The useEffect hook in React enables side effect handling in functional components.
The dependency array in useEffect controls when the effect runs based on specified variables. [ more ]
moreuseeffect
#server-side-rendering
Syntax
2 months ago
JavaScript

Why the jQuery Creator Uses React and Typescript - John Resig - Syntax #800

Discussing the current state of React and TypeScript with jQuery creator John Resig. [ more ]
Smashing Magazine
5 months ago
JavaScript

The Forensics Of React Server Components (RSCs) - Smashing Magazine

React Server Components (RSCs) combine server-side and client-side rendering for faster content delivery. [ more ]
Syntax
2 months ago
JavaScript

Why the jQuery Creator Uses React and Typescript - John Resig - Syntax #800

Discussing the current state of React and TypeScript with jQuery creator John Resig. [ more ]
Smashing Magazine
5 months ago
JavaScript

The Forensics Of React Server Components (RSCs) - Smashing Magazine

React Server Components (RSCs) combine server-side and client-side rendering for faster content delivery. [ more ]
moreserver-side-rendering
npm
3 months ago
JavaScript

satori

Satori is an enlightened library that converts HTML and CSS to SVG, supporting JSX syntax and limited HTML/CSS features for special use cases. [ more ]
#performance-optimization
Joshwcomeau
5 months ago
JavaScript

Snappy UI Optimization with useDeferredValue

The useDeferredValue hook in React can significantly enhance the performance of applications, particularly on low-end devices. [ more ]
Sitepoint
8 months ago
Web development

Control Lazy Load, Infinite Scroll and Animations in React - SitePoint

React Intersection Observer assists in lazy loading, infinite scrolling, and animation triggers.
Lazy loading improves performance by deferring loads until elements are visible, benefiting page speed, data usage, and user experience. [ more ]
Joshwcomeau
5 months ago
JavaScript

Snappy UI Optimization with useDeferredValue

The useDeferredValue hook in React can significantly enhance the performance of applications, particularly on low-end devices. [ more ]
Sitepoint
8 months ago
Web development

Control Lazy Load, Infinite Scroll and Animations in React - SitePoint

React Intersection Observer assists in lazy loading, infinite scrolling, and animation triggers.
Lazy loading improves performance by deferring loads until elements are visible, benefiting page speed, data usage, and user experience. [ more ]
moreperformance-optimization
#javascript
LogRocket Blog
5 months ago
JavaScript

Creating JavaScript tables using Tabulator - LogRocket Blog

Tabulator is a JavaScript library for creating feature-packed tables with improved rendering performance. [ more ]
LogRocket Blog
9 months ago
JavaScript

React onClick event handlers: A complete guide - LogRocket Blog

Event handlers determine what action will occur whenever an event is fired in React.
onClick is a fundamental event handler in web development, used to handle click events in HTML, JavaScript, and React. [ more ]
LogRocket Blog
5 months ago
JavaScript

Creating JavaScript tables using Tabulator - LogRocket Blog

Tabulator is a JavaScript library for creating feature-packed tables with improved rendering performance. [ more ]
LogRocket Blog
9 months ago
JavaScript

React onClick event handlers: A complete guide - LogRocket Blog

Event handlers determine what action will occur whenever an event is fired in React.
onClick is a fundamental event handler in web development, used to handle click events in HTML, JavaScript, and React. [ more ]
morejavascript
#nextjs
kettanaito.com
5 months ago
JavaScript

Why Patching Globals Is Harmful

Patching globals in code can have significant impacts, often leading to misunderstandings and disagreements among developers. [ more ]
GitHub
8 months ago
JavaScript

GitHub - Skolaczk/next-starter: A Next.js starter template, packed with features like TypeScript, Tailwind CSS, Next-auth, Eslint, testing tools and more. Jumpstart your project with efficiency and style.

Next.js 14 (App router)
React 18 [ more ]
kettanaito.com
5 months ago
JavaScript

Why Patching Globals Is Harmful

Patching globals in code can have significant impacts, often leading to misunderstandings and disagreements among developers. [ more ]
GitHub
8 months ago
JavaScript

GitHub - Skolaczk/next-starter: A Next.js starter template, packed with features like TypeScript, Tailwind CSS, Next-auth, Eslint, testing tools and more. Jumpstart your project with efficiency and style.

Next.js 14 (App router)
React 18 [ more ]
morenextjs
#end-to-end-testing
Marcin Wanago Blog - JavaScript, both frontend and backend
5 months ago
JavaScript

Implementing infinite scrolling with React. Writing E2E tests with Playwright

Implementing infinite scrolling with React using intersection observer and End-to-End tests with Playwright. [ more ]
Marcin Wanago Blog - JavaScript, both frontend and backend
6 months ago
JavaScript

JavaScript testing #18. E2E Playwright tests for uploading and downloading files

End-to-End testing file input functionalities in a React application can be achieved using Playwright. [ more ]
Marcin Wanago Blog - JavaScript, both frontend and backend
5 months ago
JavaScript

Implementing infinite scrolling with React. Writing E2E tests with Playwright

Implementing infinite scrolling with React using intersection observer and End-to-End tests with Playwright. [ more ]
Marcin Wanago Blog - JavaScript, both frontend and backend
6 months ago
JavaScript

JavaScript testing #18. E2E Playwright tests for uploading and downloading files

End-to-End testing file input functionalities in a React application can be achieved using Playwright. [ more ]
moreend-to-end-testing
Tito
5 months ago
JavaScript

React Rally 2024

React Rally is an inclusive conference dedicated to React and its ecosystem, offering valuable insights for developers at all levels. [ more ]
#integration
LogRocket Blog
6 months ago
JavaScript

Integrating Django templates with React for dynamic webpages - LogRocket Blog

Django and React can be integrated to create dynamic websites by leveraging Django's server-side capabilities and React's interactive user interface. [ more ]
LogRocket Blog
2 years ago
JavaScript

Integrating Google Maps with React - LogRocket Blog

Google Maps is a powerful tool that can add real value to business and user experiences.
Integrating Google Maps into React apps is made easier with the google-map-react package. [ more ]
Product Hunt
8 months ago
React

Open SaaS

Open-source full-stack React + NodeJS template
Includes admin dashboard and integration with various services [ more ]
Product Hunt
8 months ago
Business intelligence

Open SaaS

1. An open-source React + NodeJS template with many features available.
2. Provides an admin dashboard, integration with Stripe, OpenAI, Plausible/Google Analytics, and more. [ more ]
LogRocket Blog
6 months ago
JavaScript

Integrating Django templates with React for dynamic webpages - LogRocket Blog

Django and React can be integrated to create dynamic websites by leveraging Django's server-side capabilities and React's interactive user interface. [ more ]
LogRocket Blog
2 years ago
JavaScript

Integrating Google Maps with React - LogRocket Blog

Google Maps is a powerful tool that can add real value to business and user experiences.
Integrating Google Maps into React apps is made easier with the google-map-react package. [ more ]
Product Hunt
8 months ago
React

Open SaaS

Open-source full-stack React + NodeJS template
Includes admin dashboard and integration with various services [ more ]
Product Hunt
8 months ago
Business intelligence

Open SaaS

1. An open-source React + NodeJS template with many features available.
2. Provides an admin dashboard, integration with Stripe, OpenAI, Plausible/Google Analytics, and more. [ more ]
moreintegration
GitHub
6 months ago
JavaScript

GitHub - epicweb-dev/react-server-components: Understand React Server Components and Server Actions by building a framework with them.

Deep experience with React and Suspense is required.
Basic understanding of Node.js is recommended for this workshop. [ more ]
Signaldb
7 months ago
JavaScript

Use SignalDB with React | SignalDB

SignalDB is used with React and requires a signals library and a signals adapter for reactivity.
Installation includes SignalDB, a signals library (Maverick Signals), and a signaldb-react package for React bindings. [ more ]
Medium
7 months ago
JavaScript

Error: Hydration failed because the initial UI does not match what was rendered on the server.

HTML markup errors can cause Hydration Error in Next.js app.
Adding missing tags in JSX can resolve Hydration Errors. [ more ]
LogRocket Blog
8 months ago
Web design

Chakra UI adoption guide: Overview, examples, and alternatives - LogRocket Blog

Chakra UI is a popular React component library designed to simplify UI development and improve efficiency.
Chakra UI stands out for its excellent DX, support for building accessible components, and emphasis on style props. [ more ]
Sitepoint
8 months ago
Business intelligence

Building Interactive Data Visualizations with D3.js and React - SitePoint

Integrating React and D3.js for data visualizations
Handling data loading and manipulating elements [ more ]
LogRocket Blog
8 months ago
JavaScript

Using React and Strada to develop hybrid web and mobile apps - LogRocket Blog

Building hybrid applications allows for seamless compatibility between web and native platforms.
By using React and Strada, developers can create hybrid applications that offer a consistent user experience across different devices. [ more ]
Sitepoint
8 months ago
JavaScript

Implementing User Authentication in React Apps with Appwrite - SitePoint

Authentication is the process of verifying a user's identity before granting access to an application.
Appwrite is a free, open-source application that helps developers to integrate backend technology into web applications. [ more ]
Flightcontrol
8 months ago
JavaScript

Next.js App Router migration: the good, bad, and ugly

The Flightcontrol dashboard was rebuilt using Next.js App Router with a redesigned UI.
The decision to use Next.js App Router was based on its popularity and potential as part of React's future. [ more ]
LogRocket Blog
8 months ago
JavaScript

Building a custom compositional API with React Aria - LogRocket Blog

There are numerous UI libraries and kits available for React, but some may not provide easy customization at lower levels.
React Aria is a library of React Hooks that offers accessible UI primitives for creating design systems. [ more ]
Wisdom Geek
8 months ago
JavaScript

React TypeScript: Simplify Imports with Path Aliases

Path aliases can simplify imports in large and complex codebases, making them more understandable and clear.
Path aliases can be set up in the tsconfig.json file of a TypeScript project to create import path shortcuts. [ more ]
Medium
8 months ago
JavaScript

Vite vs Create React App in 2024

To build a React app with Vite, install Bit on your local development environment.
Create a Bit organization, scope, and workspace to work with Bit components. [ more ]
Wisdom Geek
9 months ago
React

Why should we not use index as key in React Lists

Key prop is essential for rendering lists efficiently in React.
Using the index as the key prop can cause performance issues in certain scenarios. [ more ]
The New Stack
9 months ago
Web frameworks

Take a Qwik Break from React with Astro

Qwik can be considered as an alternative to React
Paul Scanlon provides examples to compare React and Qwik [ more ]
InfoQ
9 months ago
JavaScript

2023 JavaScript Rising Stars

The most popular project in the JavaScript ecosystem is shadcn/ui, a collection of UI components that allows developers to build custom components.
Bun, a JavaScript runtime, package manager, test runner, and bundler, gained popularity and aims to be a replacement for Node.js. [ more ]
Marcin Wanago Blog - JavaScript, both frontend and backend
9 months ago
JavaScript

API with NestJS #142. A video chat with WebRTC and React

Using WebRTC allows for direct peer-to-peer communication without relying on a middleman server, improving performance.
The article provides step-by-step instructions on capturing camera streams and creating video chat rooms using NestJS and React. [ more ]
[ Load more ]