Sunday, 12 August, 2018 UTC


Summary

sponsor
Full Stack Fest 2018: Bring Back the Web
Fancy a week in Barcelona? Would you like to hear about Distributed systems, new browser APIs, Machine Learning, WebXR, PWA or Cryptography? Then Full Stack Fest is for you! Get a 15% discount using the code REACT.
react
CRUV: Structure React apps in 4 directories and 3 files
Where do your components go? Where should you put business logic? Where do higher order components fit in? And even if your structure feels right now, how do you know that it won’t feel wrong later?
Reduce unit tests boilerplate with Jest’s .each syntax
Unit tests are crucial in web development in order to end-up with maintainable and well structured codebase. As you get, this post will not try to persuade you about tests importance. This is taken for granted.
Real world React learnings, part one
This is the first post of a three part series explaining some lessons learned running React in production.
Front End Performance Checklist
 The only Front-End Performance Checklist that runs faster than the others. One simple rule: "Design and code with performance in mind".
Bulding a video converter app with Node.js, Express and React
In this tutorial, I’ll show you how to build a video encoder with Node.js. We will use express.js on the backend to run a web server, multer for uploading files and socket.io for broadcasting real-time encoding progress to the user.