Y
Hacker News
new
|
ask
|
show
|
jobs
by
mwhite
3781 days ago
You could try using Flask-Restless with Backbone-Relational and then integrate with something like React using something like
https://github.com/magalhas/backbone-react-component
https://flask-restless.readthedocs.org/en/stable/
http://backbonerelational.org/
1 comments
mwhite
3779 days ago
On second thought, I'm not sure if a backbone-react mixin is even necessary. You can explicitly subscribe and unsubscribe to events with only a couple lines of code in componentWillMount() and componentWillUnmount().
link