-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
What about using react-css-modules? #606
Comments
I'm just a user of the boilerplate, but I would love to see a PR implementing react-css-modules. |
Please do, I'd be interested to see it live in action! I haven't personally used it and so far been happy with the way CSS modules work by default, so I can't guarantee we'll merge it but it sounds very useful! |
@Ndpnt Are you planning to create a PR for this? I would be interested in seeing this as well. Thank you! |
@tzarger Yes, I'm planning to create a PR but I'm really busy now. I hope I can do it this week. |
please don't do this. react-css-modules wrap in high order components. adds some more computation. and makes inspecting components in dev tools very inconvinent. also requires you to have some extra changes in build step to extra css ....... |
Thanks for playing devil's advocate here @afaayerhan, let's see what @Ndpnt comes up with! |
Hi everyone, just to let you know that I'm working on this PR, but I encounter some issues with You can see the progression here (work in progress, history will be rewritten): https://github.com/mxstbr/react-boilerplate/compare/master...soundsgood-co:react-css-modules?expand=1 The missing parts are:
|
are we moving ahead with react-css-modules? |
@ansumanshah Nope, I'm sorry, I'm too busy right now… I don't really know when I will come back on it. |
Closing due to little interest. I'd still love to see a PR for this if you ever get around to it @Ndpnt! |
+1 to @afaayerhan's It seemed to be fine at the initial phase, but I had very hard time to debug this error on production build. |
@vmarinov2013 Thanks for the input. I have little experience with Javascript HOCs (I come from a Java background) In Java the same concept is called AOP (Aspect Oriented Programming). It's "cool" and easy to implement in some scenarios, but in my experience, It makes debugging very difficult. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
For our project we need to use react-css-modules which brings us those features:
What do you think?
If you are interested, we may provide a PR as we will use it for our needs.
The text was updated successfully, but these errors were encountered: