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
{{ message }}
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.
I see many people cloning this project and building their own project from it, but that means that improvements from this project are hard to incorporate.
I wonder if a plugin system could be used, where the application is a plugin for the base project, and the base functionality can be upgraded without impacting the application.
Creating a Flux/Redux store could be a plugin, the backend, webpack configuration changes, ... It would be a little like using generators but without the bit rot.
Just wondering if that is possible while keeping a manageable project.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I see many people cloning this project and building their own project from it, but that means that improvements from this project are hard to incorporate.
I wonder if a plugin system could be used, where the application is a plugin for the base project, and the base functionality can be upgraded without impacting the application.
Creating a Flux/Redux store could be a plugin, the backend, webpack configuration changes, ... It would be a little like using generators but without the bit rot.
Just wondering if that is possible while keeping a manageable project.
The text was updated successfully, but these errors were encountered: