DEV Community

Cover image for react-jsx-template, now on npm!
chimdipetercollins
chimdipetercollins

Posted on

react-jsx-template, now on npm!

If like me you ever wondered if it was possible to write scoped styles in your react components, I have a recommendation for you and it's right here: https://npmjs.com/package/react-jsx-template

Like most developers learning react.js after using Vue.js, I wanted to be free to create styling rules without fear that it might affect something in any other component. This luxury comes by default when creating apps with the Vue CLI, however React developers have devised means to cope with the challenge caused by the lack of this feature (ignore it). šŸ‘Œ

A JavaScript app is made up of so many moving parts that you just can't afford to leave the crank case open. It's a great deal that React's modular approach allows us to split our code based on functionality, however, if we add encapsulation to our components, our working directories would be much safer to code in.šŸ˜Ž

The react-jsx-template takes away the pain of figuring out which CSS rules broke the page šŸ¤”. Check it out on npm, and don't forget to share.

Happy coding...šŸ¤“

Oldest comments (0)