rfcs

RFCs for changes to React (by josephsavona)

Rfcs Alternatives

Similar projects and alternatives to rfcs

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better rfcs alternative or higher similarity.

rfcs reviews and mentions

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.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 4 May 2024
    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. Learn more →

Stats

Basic rfcs repo stats
8
70
0.0
over 1 year ago

josephsavona/rfcs is an open source project licensed under MIT License which is an OSI approved license.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com