-
Notifications
You must be signed in to change notification settings - Fork 44
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
Example project #13
Comments
I'm thinking something simple like express, but honestly whatever you'd like to use. |
Sure I started one earlier. I wanted to try react + redux, so I made a project-stub with a simple demo of the popular game. It uses express on the server side and still lacks css-modules (I will update it soon :)). See the link below: |
@geelen Finally, I managed to make a simple project. In reference to the popular tradition I decided to make a todoApp :) |
That's great! I'm not quite clear on what's different between this and a normal React/Redux app though? Maybe flesh out the README to point folks at the important points? |
Yeah, my bad. I guess I was obsessed a little with React and Redux. May be I should make something simpler like browserify- or webpack- demos. |
No I think what you've done is great, just maybe help some people understand how it all hangs together. You could also do a few interesting things, like move the global body styles into an actual CSS module then reference that from the |
I guess so :) Honestly I wasn't sure in choosing a good variant to do that. |
Thank you for sharing your thoughts with me, I'll try to update it in next few days. |
A webpack demo would be great if possible, trying to figure out how to fix the path errors |
👍 for a webpack example. i'm looking for a way to render serverside modules that use compose and as i understand it's still unsolved, although this library could conceivably fix it |
Hey, guys! I've created a simple webpack + redux + css-modules-require-hook todomvc example app, please check it out https://github.com/canvaskisa/redux-css-modules-todomvc |
Okay, I made another demo and wrote detailed description. If you'll have questions, please, send me a note :) |
Thanks @sullenor for your awesome easy to follow demo. I made a similar one based on yours with react-router-redux and isomorphic-fetch. Great work 👍 |
I'm using |
Much in the same spirit as the browserify, jspm and webpack demos, I'd love to see a simple project using css-modules-require-hook to load CSS and render templates with it on the server side.
Is that something you could take on, @sullenor?
The text was updated successfully, but these errors were encountered: