FormidableLabs / freactal

Clean and robust state management for React and React-like libs.
MIT License
1.65k stars 46 forks source link

rapscallion compatibility #1

Closed divmain closed 7 years ago

divmain commented 7 years ago

Ironically, the VDOM partial render in freactal doesn't play nice with rapscallion's caching technique. A small extension library may be necessary for freactal to rely on rapscallion's render rather than its own internal partial-render implementation.

divmain commented 7 years ago

This is complete aside from #13. Closing in favor of that issue.