Skip to content

v0.6.0

Compare
Choose a tag to compare
@lxsmnsyc lxsmnsyc released this 29 May 07:32
· 65 commits to main since this release
  • Change cache generation to use useRef instead of useMemo e288b04
    • React may potentially free up useMemo references in a scheduled way (think of LRU). useRef doesn't have this kind of behavior
  • Add auto-memoization runtime for JSX 1645c4d
    • This allows components of the respective framework to re-render only when necessary.
  • Change preset config API d14ccd9
  • Deprecate optimizeJSX config 27093b7
    • Defining runtime.memo in the preset will automatically generate JSX optimization