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 »
In the JS world, React devs can render their pages on the server side for a better user experience. Here's how to do in the Scala world. (more…)
Read more »
Last Saturday I was in Sao Paulo for the React Conf BR. I was very excited about this event, and I had been planning this travel for some… (more…)
Read more »
Using SVG icons instead of PNG or JPG has a few performance benefits, but they're not always straightforward to use. Here's how you do it. (more…)
Read more »
Apollo server and client support real-time subscriptions with web sockets. Compared to Meteor’s out of the box real-time communication this is a lot more difficult to set up. With this short …...
Read more »