Open CJY0208 opened 2 years ago
Hi!
Is there any things to prove that react-freeze only support react 17+?
react-freeze
react 17+
I made a demo with react 16.6.3 and it also works well
I am trying to improve react-activation`s performance (feature like <keep-alive /> in vue) using react-freeze
react-activation
<keep-alive />
react-activation support react 16+ but react-freeze require 17+
react 16+
17+
https://github.com/software-mansion/react-freeze/blob/738e9c0f7fcde97cff05950c368e77888e72d346/package.json#L31-L33
Is there any possibility to support react 16.6.3+?
react 16.6.3+
version below 16.6.3 will not work properly
Hi!
Is there any things to prove that
react-freeze
only supportreact 17+
?I made a demo with react 16.6.3 and it also works well
I am trying to improve
react-activation
`s performance (feature like<keep-alive />
in vue) usingreact-freeze
react-activation
supportreact 16+
butreact-freeze
require17+
https://github.com/software-mansion/react-freeze/blob/738e9c0f7fcde97cff05950c368e77888e72d346/package.json#L31-L33
Is there any possibility to support
react 16.6.3+
?