TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Reactpack – one command to build your React front end

108 点作者 ola将近 9 年前

14 条评论

tomtau将近 9 年前
I wish we had something like this officially backed by the react team. In 30 minutes when a new standard approach comes out, this tool will become obsolete.
评论 #11826603 未加载
评论 #11825377 未加载
评论 #11826198 未加载
评论 #11826829 未加载
评论 #11826734 未加载
ola将近 9 年前
Just a small utility for people who are tired of remembering what babel presets or Webpack loaders they need to build a relatively up to date React project.
评论 #11825225 未加载
评论 #11824680 未加载
matthewtoast将近 9 年前
Nice work! I&#x27;ve been looking for something like this.<p>I hope to see more tools in this vein emerge from the JavaScript ecosystem - tools that aren&#x27;t afraid to make some well-reasoned assumptions for the sake of a more minimal interface. (It seems like every tool nowadays wants you to put another dotfile or garbage.json at the root of your project.)
bahmutov将近 9 年前
We use &quot;bates&quot; <a href="https:&#x2F;&#x2F;github.com&#x2F;luiscarli&#x2F;bates" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;luiscarli&#x2F;bates</a> by our own engineer
armandososa将近 9 年前
I would love this only for the react stuff. More useful defaults, less opinions. For example: please let me chose my own CSS workflow and please don&#x27;t force me to write javascript without semicolons like an animal :P.<p>Update: I just realised that you can bypass the linter and the postcss. I am sorry OP, looks like I&#x27;m a lazy jackass.
smrtinsert将近 9 年前
Finally, an opinionated build tool.
RomanPushkin将近 9 年前
I&#x27;ve similar plugin for gulp <a href="https:&#x2F;&#x2F;github.com&#x2F;ro31337&#x2F;gulp-react-easy" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ro31337&#x2F;gulp-react-easy</a>
greenspot将近 9 年前
react router missing
评论 #11825146 未加载
Untit1ed将近 9 年前
That is an amazing logo.
kcaptcaer将近 9 年前
I&#x27;m a bit confused - this didn&#x27;t actually install a shell script that can be run ?
评论 #11826687 未加载
评论 #11825432 未加载
dakami将近 9 年前
was that...like...a hundred megs for a web page?
评论 #11824687 未加载
zxcvcxz将近 9 年前
When I try to install it npm just hangs<p>command:<p><pre><code> npm i --save-dev reactpack </code></pre> node version:<p><pre><code> v0.12.6 </code></pre> npm version<p><pre><code> 2.11.2 </code></pre> uname -a<p><pre><code> Linux gentoo-1 4.4.0-22-generic #40-Ubuntu SMP Thu May 12 22:03:46 UTC 2016 x86_64 Intel(R) Core(TM) i5-2430M CPU @ 2.40GHz GenuineIntel GNU&#x2F;Linux</code></pre>
评论 #11825490 未加载
评论 #11825509 未加载
pitaj将近 9 年前
<p><pre><code> S E M I C O L O N S E M I C O L O N S</code></pre>
wavelattice将近 9 年前
These things are always funny to me. By the third or so release, it&#x27;ll be just as easy to write your own script than to learn how to use this.