Show HN: ReactCSS – Inline Styles with Support for React, Redux and React Native
1–10 of 48 posts
Re: Show HN: ReactCSS – Inline Styles with Support for React, Redux and React Native
#2We have a project like that one of our developers wrote except it will compile the classes back to a CSS stylesheet for you for performance and will unify identical styles to not have duplicates and save space https://github.com/Mosho1/react-style
Re: Show HN: ReactCSS – Inline Styles with Support for React, Redux and React Native
#3Re: Show HN: ReactCSS – Inline Styles with Support for React, Redux and React Native
#4What happened to the separation of concerns between CSS and JS? In my experience most developers dont want anything to do with CSS. They want a designer who can code to do that.
Re: Show HN: ReactCSS – Inline Styles with Support for React, Redux and React Native
#5Nice project! We have a project like that one of our developers wrote except it will compile the classes back to a CSS stylesheet for you for performance and will unify identical styles to not have duplicates and save space https://github.com/Mosho1/react-style
Re: Show HN: ReactCSS – Inline Styles with Support for React, Redux and React Native
#6What happened to the separation of concerns between CSS and JS? In my experience most developers dont want anything to do with CSS. They want a designer who can code to do that.
I never thought there was a separation between JS and CSS, that sounds a little outdated, to be honest. As a front-end developer, I would be expected to do JS and CSS.
Re: Show HN: ReactCSS – Inline Styles with Support for React, Redux and React Native
#7What happened to the separation of concerns between CSS and JS? In my experience most developers dont want anything to do with CSS. They want a designer who can code to do that.
(Not agreeing with this BTW, but there is a subset of developers who seem to think this is just great.)
Re: Show HN: ReactCSS – Inline Styles with Support for React, Redux and React Native
#8What happened to the separation of concerns between CSS and JS? In my experience most developers dont want anything to do with CSS. They want a designer who can code to do that.
Re: Show HN: ReactCSS – Inline Styles with Support for React, Redux and React Native
#9Nice project! We have a project like that one of our developers wrote except it will compile the classes back to a CSS stylesheet for you for performance and will unify identical styles to not have duplicates and save space https://github.com/Mosho1/react-style
So it translates everything back to CSS, is that how it handles hover and pseudo classes?
It's also nice to be able to use classes and integrate with CSS seamlessly when you need to.
Re: Show HN: ReactCSS – Inline Styles with Support for React, Redux and React Native
#10What happened to the separation of concerns between CSS and JS? In my experience most developers dont want anything to do with CSS. They want a designer who can code to do that.