TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Is there a create-react-app option that does as much as ngx-rocket?

1 pointsby cnussover 3 years ago
Hey everyone!<p>I recently came across ngx-rocket (https:&#x2F;&#x2F;ngx-rocket.github.io&#x2F;home) which does a pretty good job at creating a fully functional Angular app with a a lot of the bootstrapping done for you.<p>Does anyone know if there is something similar for React and widely used like create-react-app (CRA)?<p>I&#x27;ve seen a --template option on CRA, but I&#x27;ve been unable to find a template gallery&#x2F;library.<p>From what I gather, redux, redux-saga, axios, bootstrap, etc (to name a few) would be pretty standard frameworks to add.<p>Let me know what you&#x27;ve found!

1 comment

PaulHouleover 3 years ago
I added axios when I made a small CRA app, it was the only thing I was tempted to add. The kind of people who just wrote their 12th blog post about how &quot;I finally understand monads this time&quot; might want redux; if I had any question about how to handle states v. props I might add mobx.<p>I need a CSS framework like I need a brain tumor. With CSS you can learn CSS and make a web site look like you want. With bootstrap you can learn CSS and learn bootstrap and almost make a web site look like you want.
评论 #28323211 未加载