You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After we build one app with the current version of reacterminator, it's time for us to reflect on this tool. Let's discuss what we want to achieve, what are the most important features we want to build next, or the most annoying thing in reacterminator.
extract createContainer out of the component file / make redux the only state manager, do not use minimongo directly.
merge url management into redux.
extract initialization code from componentWillMount to a route hook.
generated components should contain props that is automatic passed in from the component that is using it.
developer should override the code without losing the generated code.
use webflow/html as a template where we can insert value from redux, instead of developer inserting them.
The text was updated successfully, but these errors were encountered:
Random thought is maybe we could have a way to add createContainer to components without having to adjust the particular file it is converted from or have to change where it is imported from? Possible to have some automatic hook for the container creations as well?
Make webflow interactions work without needing to customize components (can we make their init function work) [http://forum.webflow.com/t/building-react-components-using-webflow-how-to-get-webflow-to-re-initialize-on-route-change/28736/2]
Utilize more super components, add default animations and other sane defaults to get a more "app-like" experience out of the box
After we build one app with the current version of reacterminator, it's time for us to reflect on this tool. Let's discuss what we want to achieve, what are the most important features we want to build next, or the most annoying thing in reacterminator.
componentWillMount
to a route hook.The text was updated successfully, but these errors were encountered: