reactpy
reactpy copied to clipboard
Remove `module_from_template`
trafficstars
Current Situation
module_from_template is currently deprecated, and is due for removal. This is a result of random functional issues caused by unpinned ReactJS versions.
Proposed Actions
Remove module_from_template in a future release of reactpy.
We should do this ASAP
This would necessitate a 2.0 release though. It seems like there are other things we might want to break if we're going to do that.
How about this and https://github.com/reactive-python/reactpy/issues/993 for 2.0?
That's our two big breaking changes.
3.0 can be the new JS interface.