Introducing Zero-Bundle-Size React Server Components

This page summarizes the projects mentioned and recommended in the original post on /r/reactjs

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. React

    The library for web and native user interfaces.

    I mean the nitty-gritty parts. Like this, for example - it looks to me like they're re-implementing downleveling a promise but that's not the case.

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  3. rfcs

    RFCs for changes to React (by reactjs)

    The RFC, which explains what these are without a video: https://github.com/reactjs/rfcs/blob/bf51f8755ddb38d92e23ad4...

  4. create-react-app

    Set up a modern web app by running one command.

    create-react-app is really slow to release updates. People have different opinions about it, but I believe hot reloading is essential for working effectively, especially as the size of your codebase increases. Here's the timeline for using the new fast refresh method with Webpack:

  5. craco

    Create React App Configuration Override, an easy and comprehensible configuration layer for Create React App.

    The hidden webpack configuration is my second biggest gripe. It would be fairly simple to support custom configs natively, but it was never implemented, so craco and other stuff is out there now. Using such meta-tools in the toolchain seems heavy handed and risky. For example, if you want to move to Deno, now you're stuck if the JS in all of those dependencies is not portable to a non-Node platform.

  6. react-refresh-webpack-plugin

    A Webpack plugin to enable "Fast Refresh" (also previously known as Hot Reloading) for React components.

    December 2019: @pmmmwh/react-refresh-webpack-plugin (fast Refresh for React+Webpack initial release)

  7. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • 🍒 Cherry-Picked Nx v19 Updates

    2 projects | dev.to | 27 May 2024
  • React Native: An introduction

    2 projects | dev.to | 15 May 2024
  • Mastering React Interview: Top Common Questions and Best Practices

    3 projects | dev.to | 22 May 2023
  • Installing React 18

    2 projects | /r/webdev | 15 May 2023
  • A detailed guide on how to implement Server-side Rendering (SSR) in a NextJs Application

    3 projects | dev.to | 29 Mar 2023

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?