You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
type
or similar option touseStatus
e.g.useStatus(getPerson, { type: 'self' })
.The allowed types will be something like
self
,namespace
, andall
. This will deprecateisolatedStatus
(issue coming soon)0.2.0
0.2.1
useCancel
)0.3.0
Experimental
useTransition
anduseDeferred
value internally indispatch
anduseData
(respectively) (this will probably require removing redux)The text was updated successfully, but these errors were encountered: