H
H
Hazrat Hajikerimov2017-05-21 00:20:04
React
Hazrat Hajikerimov, 2017-05-21 00:20:04

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 - тоже классная фича, теперь вместо лога вебпака красивые сообщения об ошибках

In general, is there a fork of CRA with support for PostCSS, Redux, and what would it be supported by the community, what do you recommend and what do you use yourself?
Or the best solution is to fork it and tweak it for yourself?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin Kitmanov, 2017-05-21
@k12th

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 question

Ask a Question

731 491 924 answers to any question