Hi,
I’m new in React and quite new in Meteor. I read React tutorials and code, and I really like some components with a .jsx file for the logic, and a .scss (or .css) file for styling.
Here is an example from the React Starter Kit: https://github.com/kriasoft/react-starter-kit/tree/master/src/components/ErrorPage
I would like to do the same for my components, but I don’t see which packages I can use and how to wrap it…
Can you give me some help about styling ? Of course I search for it, including in this forum, but I did not find any satisfying answer…