Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request #14

Open
Chun-Yang opened this issue Jun 20, 2016 · 2 comments
Open

Feature Request #14

Chun-Yang opened this issue Jun 20, 2016 · 2 comments
Labels

Comments

@Chun-Yang
Copy link
Contributor

Chun-Yang commented Jun 20, 2016

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.
@JohnRodney
Copy link

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?

Just an idea not sure how I would implement it.

@MatthewHager
Copy link

  • Redux all the things (state, data, actions)
  • 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
  • Make it faster
    image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants