cloverfield-tools / universal-react-boilerplate

A simple boilerplate Node app.
MIT License
904 stars 97 forks source link

I would be very interested why you deprecated this #115

Open camstuart opened 7 years ago

camstuart commented 7 years ago

If you have a moment, your rationale would be appreciated.

I'm looking for a react front end, express backend boilerplate to get up and running

(Ideally mongo/mongoose, twitter bootstrap and basic auth pages.... but that may be too much to ask)

ericelliott commented 7 years ago

I deprecated this because it uses outdated techniques and Next.js is a much better solution that tackles the same problem. Please take a look at Next.js if this project is interesting to you. Next accomplishes the same thing, but with near zero configuration. Everything just works out of the box.

Both this project and Next.js are agnostic about what you use for component look and feel, database, and auth.

camstuart commented 7 years ago

Thanks @ericelliott I think I will look into Next.js.... thanks for the info :)