Omnistac / zedux

:zap: A Molecular State Engine for React
https://Omnistac.github.io/zedux/
MIT License
366 stars 7 forks source link

fix(react): use `useSyncExternalStore` shim for now #45

Closed bowheart closed 1 year ago

bowheart commented 1 year ago

Description

Some apps are still using React versions < 18. Prefer using the useSyncExternalStore shim for now.

Considerations

This shim adds over 1kb to the minified build. I'd say it's worth it for now, but something to consider.

Issues

Closes #44