Blog
My personal collection of code snippets, starter guides, tutorials and interesting things I found online.
- Jun 5, 2023 Setting Up React Navigation in Expo Web: A Practical Guide
This article, we will focus more on the practical use of Zustand in a real world project. You can check this article Zustand for State Management if you need an introductory read on the topic.
- Jan 10, 2023 Utilizing Browser Storage to Enhance User Experience in a Qwik Application
Our web browser has provided us with different storage options to store data such as cookies, localStorage, and indexDB. In this article, we will be looking at how we can use storage to enhance a Qwik application.
- Dec 12, 2022 How to Setup Storybook in a Qwik Project
Storybook is a great tool for testing and visualizing your components in different states. In this article, we will see how to setup Storybook in a Qwik project.
- Nov 25, 2022 Using React In Your Qwik Application
Qwik is a new JavaScript framework by Misko Hevery, creator of Angular, for building frontend browser applications. The major benefit of Qwik is its performance optimization, which features resumability and lazy loading.
- Sep 30, 2022 Using Zustand in Your Next React Project
Zustand is a simple state management tool which allows one to use it outside of a react component. Here is how you can set it up.
- Jun 10, 2019 How I *Mistakenly* Learnt and Used React Hooks(useState and useReducer)
This was my first blog post that I wrote. I had the urge to show the world what I just learnt.