lilactown / helix

A simple, easy to use library for React development in ClojureScript.
Eclipse Public License 2.0
624 stars 52 forks source link

Introduce helix.core/create-ref, a wrapper around createRef #133

Closed rome-user closed 1 year ago

rome-user commented 1 year ago

This commit introduces a function that produces a ref that can be used with the atom protocols (namely, IDeref, IReset, and ISwap). Unit tests and a devcards demonstration are also provided.

Fixes #131

lilactown commented 1 year ago

Thanks for the high quality PR!