merisbahti / klyva

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

README.md suggestions #31

Open godspeedelbow opened 3 years ago

godspeedelbow commented 3 years ago

Some things that came up when trying out Klyva:

import {atom} from 'klyva'

const countAtom = atom(5)
merisbahti commented 3 years ago

Hey Eelke, thanks for the issue :)

I agree 100%, currently thinking about how this will be done.