rfcs VS rfcs

Compare rfcs vs rfcs and see what are their differences.

rfcs

RFCs for changes to React (by reactjs)

rfcs

RFCs for changes to React (by josephsavona)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rfcs rfcs
98 8
5,399 70
0.7% -
2.9 0.0
5 months ago over 1 year ago
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rfcs

Posts with mentions or reviews of rfcs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-27.

rfcs

Posts with mentions or reviews of rfcs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-20.
  • RFC: React Server Components
    1 project | news.ycombinator.com | 13 Jun 2022
  • Hydration is pure overhead – by Misko Hevery
    2 projects | news.ycombinator.com | 20 Apr 2022
    You could avoid shipping down the JSX templates but only by promising to never render a comment on the client. That's basically the approach taken by this React Server Components proposal: https://github.com/josephsavona/rfcs/blob/server-components/...

    Rails has experimented with this sort of thing in the past; it requires some deep integration with the HTTP server so that clients can request updates to specific chunks of the UI rather than just URLs.

  • Why is SSR gaining so much popularity in 2022?
    4 projects | /r/reactjs | 13 Jan 2022
    a nice summary can be found here: https://github.com/josephsavona/rfcs/blob/server-components/text/0000-server-components.md
  • Hydrogen by Shopify | A much-needed framework to build Shopify React e-commerce stores
    1 project | dev.to | 9 Dec 2021
    Server Components allow developers to build apps that span the server and client, combining the rich interactivity of client-side apps with the improved performance of traditional server rendering. RSC Server components have no impact on the app’s bundle’s size. RSCs can be used to fetch data from API and can’t handle state management.
  • Should You Care About React Server Components?
    6 projects | dev.to | 8 Apr 2021
    With that in mind, if you’re the type of person that likes to experiment with the latest and greatest, React Server Components is well worth trying. The Server Components intro video is excellent, the React team’s RFC is a well-written guide that details how everything works. There’s also an open pull request where you can submit your own feedback on the feature.
  • Everything About React Server Components
    1 project | news.ycombinator.com | 16 Jan 2021
    > At a high level, React Server Components are Components that can be rendered on the server and on the client.

    This is blatantly wrong. The RFC (and Dan Abramov’s video) make it clear that server components can only be run on the server, and client components can only be run on the client - only shared components run in both environments: https://github.com/josephsavona/rfcs/blob/server-components/...

  • Yet Another Article About React Server Components
    3 projects | dev.to | 11 Jan 2021
    There were several motivating factors behind the creation of React Server Components (the RFC lists them all), but I wanted to focus on two of the problems that I see in my work that React Server Components solves: large bundle size and waterfalls in fetching data from the server.
  • What Are React Server Components?
    1 project | dev.to | 7 Jan 2021
    We could mention many other benefits, like automatic code splitting, UX improvements, etc., but I recommend you read the RFC for an in-depth explanation. For now, let’s see an example, so we can better understand how these components work.

What are some alternatives?

When comparing rfcs and rfcs you can also consider the following projects:

server - Tolgee is translation management cloud platform made for translating modern web applications. It works great with JS frameworks like React, Angular, Vue and others. [Moved to: https://github.com/tolgee/tolgee-platform]

Next.js - The React Framework

use-context-selector - React useContextSelector hook in userland

server-components-demo - Demo app of React Server Components.

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

react-18 - Workgroup for React 18 release.

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

react-redux - Official React bindings for Redux

valtio - 💊 Valtio makes proxy-state simple for React and Vanilla

pb-rfc-notifier - Get Slack notification that there's a new document in your Notion collection!

reactjs.org - The React documentation website [Moved to: https://github.com/reactjs/react.dev]

react-tracked - State usage tracking with Proxies. Optimize re-renders for useState/useReducer, React Redux, Zustand and others.