Answer the question
In order to leave comments, you need to log in
Is there a create-react-app with support for PostCSS and other goodies?
Now the project is being built by Webpack 1 of its own configuration, but the frontend is developing so quickly, already webpack 2 and a lot of other settings have changed.
I want to use up-to-date tools, and after the new release of CRA , such interesting things appeared there as:
- webpack 2
- Runtime Error Overlay - красивые окошечки с ошибками в браузере, клик на которых переносит в редактор на нужный кусок кода (нужно в .env.local установить переменную REACT_EDITOR=atom/code/что там у вас)
- Progressive Web Apps by Default
- Jest 20
- Code Splitting with Dynamic import()
- Better Console Output - тоже классная фича, теперь вместо лога вебпака красивые сообщения об ошибках
Answer the question
In order to leave comments, you need to log in
And what prevents you from generating an application and changing sass (or whatever it is by default) to PostCSS? Well, with Redux it’s even easier,
npm install redux react-redux react-router-redux --save
, what is there to support something?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question