Omnistac / zedux

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

feat: make atoms package fully framework agnostic #51

Closed bowheart closed 1 year ago

bowheart commented 1 year ago

Description

The atoms package still has one usage of React - creating and storing React context objects in the ecosystem. Move that logic to the atoms package and provide a general storage mechanism for internal packages to store anything at the ecosystem level.

Affects

atoms, react