If you spend a lot of time on Hacker News, it’s easy to get taken by the allure of building a web app without a framework. There are a bunch of potential advantages (no bloat! bespoke to your project!) and being able to say you built something with minima... (more…)
Read more »
We all know that server-side rendering is no longer essential for most major search engines. But if your development needs demand that your single page app (with multiple pages) work on Facebook and… (more…)
Read more »
When you start to learn React or Vue or another new frontend framework you know these magic commands: npm install, npm build. Only after… (more…)
Read more »
One of the biggest things that determines whether an app “feels” native is how fast it is. You want to be fast even if the network is slow. (more…)
Read more »
In a recent blog post, Facebook announced React Native version 0.62, and one of the top features of this release was a default integration of Flipper. Flipper is an open source mobile debugging… (more…)
Read more »