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 some weeks talking with developers on Facebook, Twitter, Reddit and real life, I realized that most of them take common steps when creating new components in React:
So I wrote a lib to generate components based on that steps, following these principles:
just one command;
no configuration;
no templates;
no need to read docs at all;
follows user's conventions since generated components are based on the existing project's components.
Hello, guys.
After some weeks talking with developers on Facebook, Twitter, Reddit and real life, I realized that most of them take common steps when creating new components in React:
So I wrote a lib to generate components based on that steps, following these principles:
The result is this: https://github.com/diegohaz/generact
It addresses #1242 and #1886
Following instructions on https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#something-missing, I'm creating this issue to ask you guys if it worth mentioning in the docs.
The text was updated successfully, but these errors were encountered: