Building a Stack Overflow Clone with Dgraph, and React

I have recently built a Stack Overflow clone with Dgraph and React. I was delightfully surprised by the pleasant developer experience and the performance of my application. In this post, I would like to tell the story of how I built Graphoverflow and shar… Read more

Similar

React Fundamentals

In this article, I will discuss very basic React fundamentals. Knowing basic javascript is good enough to follow along with the article. Even though you have been working with React for some time, you might learn some new things or justifications for... (more…)

Read more »

React-native app performance practical tips

React Native is fast by default, but it’s so easy to make it slower. At first, I will explore what's going on under the hood. The key to better react native performance is understanding how react native actually works. And I will provide the main ti... (more…)

Read more »