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
since I updated this template quite a lot, I more and more think that the feature branch approach, as it is practiced right now, makes the template more and more difficult to maintain and keep every branch up to date.
I came up with a solution and would be grateful to receive some feedback.
The idea is to build a project scaffolding CLI that generates universal react apps based on this template. In the course of scaffolding, you get to choose which of the features from the dedicated branches you need (streaming, react-router, redux, ...). What comes out is a ready-to-go boilerplate that fits your needs.
The project is called rusc ("React Universal Scaffolding CLI") and is currently in development.
Hey there,
since I updated this template quite a lot, I more and more think that the feature branch approach, as it is practiced right now, makes the template more and more difficult to maintain and keep every branch up to date.
I came up with a solution and would be grateful to receive some feedback.
The idea is to build a project scaffolding CLI that generates universal react apps based on this template. In the course of scaffolding, you get to choose which of the features from the dedicated branches you need (streaming, react-router, redux, ...). What comes out is a ready-to-go boilerplate that fits your needs.
The project is called rusc ("React Universal Scaffolding CLI") and is currently in development.
https://github.com/rherwig/rusc
As of now, the base template can already be scaffolded and the mechanics to use the various feature is in place.
The text was updated successfully, but these errors were encountered: