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

Usage with davezuko's starter kit #17

Closed
janoist1 opened this issue Jul 15, 2016 · 8 comments
Closed

Usage with davezuko's starter kit #17

janoist1 opened this issue Jul 15, 2016 · 8 comments

Comments

@janoist1
Copy link

janoist1 commented Jul 15, 2016

I'm trying to create a universal React Redux project based on some of the fundamentals of davezuko's starter kit. Found your stuff but it seems to be very unclear how to achieve it so I'm turning to you here for some instructions with the configuration.
I also opened a question here
Thanks in advance!

@catamphetamine
Copy link
Owner

it seems to be very unclear how to achieve it

Everything becomes clear after you learn things

@janoist1
Copy link
Author

Thanks, I'm trying. But can't do everything at once.

@catamphetamine
Copy link
Owner

In the documentation there is the following - which I want to avoid having some generated stuff like build/server/server.js - It'd be nice to have it on the fly like the Webpack-dev-server does

Then use another library

@catamphetamine
Copy link
Owner

But can't do everything at once.

You're not supposed to

@janoist1
Copy link
Author

janoist1 commented Jul 15, 2016

Then use another library

Your library looks decent to me so that I've chosen it. Are you saying it is not possible to achieve what I want with it? - thats also a solution.

@catamphetamine
Copy link
Owner

This library requires compiling server-side code into a file on disk.
If you are looking for a way to avoid that then that would be another library.

@janoist1
Copy link
Author

I see, thanks.

@catamphetamine
Copy link
Owner

You may have a look at webpack-isomorphic-tools
https://github.com/halt-hammerzeit/webpack-isomorphic-tools
It doesn't compile it to a file on disk, but it does create a webpack-assets.json file on disk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants