Viewing profile — mtschopp
mtschopp
HN member- Joined
- Mon, Apr 20, 2015, 8:07 AM UTC
- HN karma
- 132
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About mtschopp
Recent public activity
-
comment
Comment #29567663
Could it be related to a Log4j issue?
-
comment
Comment #29567538
CircleCI has problems downloading npm packages either
- comment
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #10171533
It's because jQuery is a library on top of JavaScript. That makes it slower than native JavaScript. If you don't need to support very old browsers you can easy go without jQuery. H…
-
comment
Comment #10069868
A bit of both. With React we now have a much nicer code structure, because it forces us to think in components. We have a JS file and an SCSS file for each component. Before we ren…
-
comment
Comment #10069588
You cannot really compare a React project with a non-React project if it is done by different people. We use React since four months, and we develop faster compared to before, when…
-
comment
Comment #10069021
That's right, Flux is not that easy to understand. We use Reflux for the sake of it's simplicity. Here is a good comparison of Flux and Reflux: https://www.amberbit.com/blog/2015/7…
-
comment
Comment #10068776
Why is React only for the enthusiasts? Big corps like Netflix and Atlassian use it in production.