I’ve seen several ways for handling events in React, however, handling them with higher-order functions is so much more elegant when you need to pass additional arguments:
Tada! (more…)
Read more »
Entur operates the national registry for all public transport in Norway, collecting data from 60 public transportation operators. The registry contains data about 21,000 daily departures on 3,000 routes. This data is open and free to use for app and servi... (more…)
Read more »
TL;DR: From a code aesthetic perspective, a combination of Hyperscript and CoffeeScript is an excellent way of writing beautiful React code.
React code is ugly. I’m not talking about any technical trait of the framework; I’m talking playing aesthetic... (more…)
Read more »
React provides no built-in way to do data loading - it's left for you to implement. Doing this is tricky in a React app that uses server side rendering (SSR) because client and server rendering work quite differently: Client render is async so data can be... (more…)
Read more »
Please do a mental experiment with me, imagine yourself back to 10 years ago stop reading for 5 seconds and take a breath.
Then imagine to meet a dev from the future telling you that in 10 years… (more…)
Read more »