mtschopp's comments

mtschopp | 4 years ago | on: NPM Is Down

CircleCI has problems downloading npm packages either

mtschopp | 10 years ago | on: ReactJS for Stupid People (2014)

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 rendered the view on the server side with Python/Jinja2.

I think there are many reasons for the productivity boost. Thinking in components, more readable code, great debugging possibilities, understandable data flow, to name a few.

And, last but not least, it is lots of fun :-).

mtschopp | 10 years ago | on: ReactJS for Stupid People (2014)

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 we used only jQuery.

page 1