React.useSelectedContext() hook - Implement naive version of context selectors (by acdlite)

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • React

    The library for web and native user interfaces.

  • Hope it's a part of the "Future context related features" that acdlite has mentioned

  • rfcs

    RFCs for changes to React (by reactjs)

  • The original "context selector" RFC also proposed another implementation change called "lazy context propagation. Per this PR, the React team is still thinking about that second change, but it doesn't sound like they'd be able to implement it until after React 18 is out.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • react-redux

    Official React bindings for Redux

  • On the flip side... we tried using context to propagate state updates in React-Redux v6, and had to give up on it due to performance issues. It's possible that we might actually be able to reconsider that approach now.

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