-
-
Notifications
You must be signed in to change notification settings - Fork 635
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
feat(core): new dev (rev5) methods #2903
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
commit: |
Size Change: +894 B (+0.97%) Total Size: 93.2 kB
ℹ️ View Unchanged
|
Preview in LiveCodesLatest commit: 3521357
See documentations for usage instructions. |
I may revert #2895 if an experiment goes well. So, meanwhile this is a draft. |
#2895 will stay, but I plan to do a refactor, so this is on hold for now. |
This introduces rev5 dev methods (prefixed
dev5_
)The biggest change is it's no longer enabled by default, and we need to explicitly call
unstable_deriveDevStoreRev5
.The goal is to isolate dev methods to be tree-shakable.
This also opens up using dev methods in the production build, which is sometimes requested.
Plan:
@arjunvegda Does it sound okay?