Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roadmap/Backlog #37

Open
ricokahler opened this issue Nov 9, 2019 · 0 comments
Open

Roadmap/Backlog #37

ricokahler opened this issue Nov 9, 2019 · 0 comments

Comments

@ricokahler
Copy link
Contributor

ricokahler commented Nov 9, 2019

Hey all, I have a tentative for roadmap for ReSift!

This list isn't set in stone and there may be other things added later but this should communicate the prioritizes and the order of things to be released.

I think it makes a lot of sense to adopt an experimental channel like react has adopted to align with the features they've released in that channel.

Supporting Concurrent Mode and Suspense #32 is definitely a high priority, however, realistically, we can't have a stable release until React has a stable release. There will be a lot of work in the stable/latest channel alongside the experimental channel.

Here is a very tentative roadmap:

Stable

0.1.1

  • add a type or similar option to useStatus e.g. useStatus(getPerson, { type: 'self' }).
    The allowed types will be something like self, namespace, and all. This will deprecate isolatedStatus (issue coming soon)

0.2.0

  • (tentative) rework merge across namespace APIs (issue coming soon)

0.2.1

  • debouncing
  • user cancelation (e.g. useCancel)

0.3.0

Experimental

  • Support Suspense and SuspenseList (this may or may not require removing redux)
  • (very tentative) Use useTransition and useDeferred value internally in dispatch and useData (respectively) (this will probably require removing redux)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant