Add a patch method for rendering with just a subset of changed properties
sirtimbly opened this issue · 0 comments
sirtimbly commented
-
I'm submitting a ...
[ ] bug report
[x] feature request
[ ] question about the decisions made in the repository
[ ] question about how to use this project -
Summary
When an async promise is resolved its necessary to callF.render(props)
and this means there is a chance that old state props will be sent into the app. A patch method that just overwrites a portion of the main props object would avoid this problem.