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: Truly “open source” create-react-app?

1 pointsby zhirzhover 7 years ago
Since facebook isn't going to change licence anytime soon, how long before JS community comes up with a truly "open source" create-react-app?

2 comments

acemarkeover 7 years ago
The question is mostly nonsensical. Create-React-App is an abstraction over a prebuilt Webpack+Babel config, with a bunch of niceties for developer experience like an in-page error overlay, linting for common mistakes, and so on. The template it uses for a new app adds React and ReactDOM to your dependencies, and imports React into the couple starting files, but it's entirely up to you what you do with the project's contents after that. If you want to delete any references to React and use Preact instead, you can. In fact, you could probably go start using Mithril or Vue or something else if you really wanted to.
maxscamover 7 years ago
&gt; Since facebook isn&#x27;t going to change licence anytime soon, how long before JS community comes up with a truly &quot;open source&quot; create-react-app?<p>Kind of confused what you mean, as I understand it both react and the boiler are open source, but facebook has this policy which apparently means they can revoke access if they want.. Anyway if this is the issue then your question is really about alternatives to react, which there are certainly a few of.
评论 #15172728 未加载