Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Experimental safe react component

Ideas

  1. Separate callbacks and data. Make sure you never have to worry about callback refs being the same between the renders. SCU should always work, mb by default?
  2. Remove internal state
  3. Introduce a built-in state reducer API which allows to have state but lifts it up automatically
  4. Can this be done nicely without a HOC? What is the cost of a HOC?
  5. Render props support built-in?

About

Experimental package which will introduce a better way of constructing react components

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors