v0.7.0
What's Changed
- Separate
$$ref
from$$cache
by @SukkaW in #30- Pretty big internal change, so I have to make a minor release. This change separates ref handling from cache management (instead of
useRef
for all,useRef
is only now used for refs, the rest usesuseMemo
). This change is pretty much aligned to React's behavior e.g. Server Components support and proper cache management throughuseMemo
- Pretty big internal change, so I have to make a minor release. This change separates ref handling from cache management (instead of
Full Changelog: v0.6.2...v0.7.0