Answer the question
In order to leave comments, you need to log in
How to collect all React styles?
Hello!
There is a landing page written in react that was inherited from the previous developer and you need to get static html + css from it. (client doesn't need react). I don't really understand in react, is it possible somehow to combine all react styles?
Answer the question
In order to leave comments, you need to log in
npm run build
Well, jsx can be compiled into html, see the names of the methods in the docs.
No, you can't get static from react. You need to either use a package from npm like react-static, or rewrite it a bit with nextjs.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question