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.

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

108 pointsby olaalmost 9 years ago

14 comments

tomtaualmost 9 years ago
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 未加载
olaalmost 9 years ago
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 未加载
matthewtoastalmost 9 years ago
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.)
bahmutovalmost 9 years ago
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
armandososaalmost 9 years ago
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.
smrtinsertalmost 9 years ago
Finally, an opinionated build tool.
RomanPushkinalmost 9 years ago
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>
greenspotalmost 9 years ago
react router missing
评论 #11825146 未加载
Untit1edalmost 9 years ago
That is an amazing logo.
kcaptcaeralmost 9 years ago
I&#x27;m a bit confused - this didn&#x27;t actually install a shell script that can be run ?
评论 #11826687 未加载
评论 #11825432 未加载
dakamialmost 9 years ago
was that...like...a hundred megs for a web page?
评论 #11824687 未加载
zxcvcxzalmost 9 years ago
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 未加载
pitajalmost 9 years ago
<p><pre><code> S E M I C O L O N S E M I C O L O N S</code></pre>
wavelatticealmost 9 years ago
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.