M
M
Maxim2015-11-18 12:19:47
css
Maxim, 2015-11-18 12:19:47

What is the best way to include third-party styles in a react application?

Share your practices, who connects third-party styles to their React apps? It is also interesting how someone connects their styles. Keeping a lot of styles in inline jsx is not comme il faut, in my opinion.
I will be grateful for advice.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2015-11-18
Antonikhin @STJ

webpack and import './clock.scss';
-components
--clock
---clock.js
---clock.scss

D
Dmitry Pavlov, 2015-11-18
@dmitry_pavlov

It might be interesting to read - Navigating the React.JS Ecosystem - a good article on React and how and what to work with it in a project.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question