pmndrs / valtio

🧙 Valtio makes proxy-state simple for React and Vanilla
https://valtio.dev
MIT License
9.08k stars 252 forks source link

feat(react/utils): Add useProxy() hook #626

Closed sarimarton closed 1 year ago

sarimarton commented 1 year ago

Related Issues

Follow-up on https://github.com/pmndrs/valtio/discussions/620

Summary

Check List

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
valtio ✅ Ready (Inspect) Visit Preview Jan 15, 2023 at 4:20AM (UTC)
codesandbox-ci[bot] commented 1 year ago

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.

Latest deployment of this branch, based on commit be022cd537ac2ac309b8d460510d251bc27f4d7a:

Sandbox Source
React Configuration
React Typescript Configuration
React Browserify Configuration
React Snowpack Configuration
React Parcel Configuration
dai-shi commented 1 year ago

https://codesandbox.io/s/react-typescript-forked-ix38xu

Deprecation message works.

image
dai-shi commented 1 year ago

Hmm, I want to reorganize entry points. Will do it in a new PR along with updating readme.