-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
isomorphic #271
Comments
Hey there, @KFlash. Thanks for the suggestion! Isomorphic JavaScript seems cool, but I don't use it myself. Since it's easy enough to set up, maybe this is one of those features that individuals should set up after scaffolding a new project with the boilerplate? One of the things I like about this boilerplate is that it's the bare minimum of what I want in every project, be it a little library, or a webapp, or whatever. Sometimes I need to tweak it after I clone it, but that's okay. It still provides me with a good foundation. I'm thinking this is one of those things that can be added to the solid foundation in the projects you want to use it on. What do you think? |
@jmeas Just mention it in the readme maybe? |
If I mentioned everything that Webpack can do in the README, then I'd just be recreating the docs of webpack, right? I don't think isomorphic support stands out as a particularly special thing. If you wanted, I could just add that it's built with Webpack, and that should be enough? |
I think it should be enough. Basicly its all about index.js and server.js |
Gonna close this in favor of #84. The webpage will talk about the technologies used in the boilerplate, including Webpack and what ya can do with that. |
I saw you are creating a v. 6.0. Excelent work!
Time to consider isomorphic? Very easy to do that with webpack.
If not support right out of the box, add it as a option flag maybe?
The text was updated successfully, but these errors were encountered: