Answer the question
In order to leave comments, you need to log in
Is it possible to render a React app on the server with local classes?
There is an application on react in which webpack generates classes automatically.
I've come across things like this:
if ( process.env.BROWSER ) {
require('./Footer.less');
}
Answer the question
In order to leave comments, you need to log in
renderToString()
- there is in the docs.)
https://facebook.github.io/react/docs/react-dom-se...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question