merisbahti / klyva

A state management library that follows the React component model
MIT License
55 stars 4 forks source link

fix(types): Rename types #24

Closed merisbahti closed 3 years ago

merisbahti commented 3 years ago

Basically, what was before Atom<Value, Updater> has become CustomAtom<Value, Updater> What was before PrimitiveAtom<Value> has become Atom<Value> What was before RemovablePrimitiveAtom<Value> has become RemovableAtom<Value>

Why this change?

I'm making a talk/presentation and the term PrimitiveRemovableAtom sounds too nerdy.