Recently, I was tinkering on a side-project where I wanted to build a sort of
canvas of very large dimensions that I could zoom in on and pan around,
similar to zooming and panning around in a map application. (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 »
This tutorial uses the boiler plate “ReactPWA” created by my team at Atyantik Technologies Private Limited, and assumes that you have… (more…)
Read more »
Understanding SEO issues of SPA pattern based frameworks like React and find solutions to overcome them, thanks to React Helmet, prerender.io or Next.js... (more…)
Read more »
react-mobx-app - playing around with create-react-app and mobx, redux & firebase... (more…)
Read more »