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

Light version #24

Open
anorudes opened this issue Aug 2, 2016 · 2 comments
Open

Light version #24

anorudes opened this issue Aug 2, 2016 · 2 comments
Labels

Comments

@anorudes
Copy link
Contributor

anorudes commented Aug 2, 2016

Hello, @foxhound87. Thanks for nice boilerplate, but can you make light version of boilerplate in other branch? (without features, and tons pages, components, stores, utils, etc) Only with 1-2 components :)

@anorudes anorudes changed the title Easy version Light version Aug 2, 2016
@foxhound87
Copy link
Owner

foxhound87 commented Aug 3, 2016

First of all this repo is a stack, afterwards can be considered a boilerplate.
I don't know what would be a light version of this stack.

Maybe you need a small MobX boilerplate without server side rendering, state hydration or others functionalities related to the utils dir? This means no need for the feathers server-side code.

Maybe some people wants to start with a minimal configuration of MobX for server side rendering (without all the advanced utils). For this purpose I will probably create a demo repo for this article. But it needs at least a minimal express and webpack setup.

To setup MobX stores without all these functionalities is pretty straightforward, and there are a lot of boilerplates doing this already.

I have a long-term plan to simplify and reduce the amount of the code externalizing the utils dir to one or more npm modules: for stores and state management, feathers utilities (hooks for ACL, automatic validation, services autoloading, etc.), bundling configurations and strategies for webpack (removing the webpack config dir if possible) and a demo package with all the custom stuff such as pages/componets/styles (so that you can get rid of them easly).

@foxhound87
Copy link
Owner

New version: https://github.com/foxhound87/rfx-next

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

2 participants