An in-depth look at the technical stack behind this very blog! We'll see how I use Next's API routes to implement my hit and like counters, how I use MDX to add interaction and customization, and how I organize my codebase, among others. (more…)
Read more »
How could it be possible that one of the 12 main concepts listed in React official documentation lie? Within this article we'll consider a situation when it's indeed the case. (more…)
Read more »
At JSapp.me we love using React Native to develop mobile apps. The developer community surrounding this project is one of the most active…...
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 »
Learn how to get started with the React front-end framework by using the React starter kit create-react-app. Free video tutorial included. (more…)
Read more »