alternative state management RFC #2904
Labels
graphiql
proposal
rfc
Request for Comment
work-in-progress
not ready to merge yet, PR is available for demonstration/review purposes
As per the discussion at this week's working group meeting, I'll be putting together a proposal for replacing the use of React Context with an alternative state manager. Goals for this RFC are to reduce component complexity in the
graphiql-react
package and to unlock the possibility to more easily provide GraphQL IDE building blocks for non-React frameworks.Here are the tasks that I'd like to accomplish to make this a successful RFC:
explorer
plugin out ofgraphiql-react
and into a separate plugin packagehistory
plugin out ofgraphiql-react
and into a separate plugin packagestore
folder tographiql-toolkit
that contains state slices that match up with existing contextsThe text was updated successfully, but these errors were encountered: