ZSzoef Shaikhinzoefshaikh.hashnode.dev·May 20, 2022 · 2 min readCSS transitionsWhen I started my journey as a web developer I always hated it when a website makes some elements on the screen just appear and disappear without any indication of what actually happened to them. Adding a little transition to the elements state rea...00
ZSzoef Shaikhinzoefshaikh.hashnode.dev·May 20, 2022 · 3 min readGet started with firebase in react.You want to use firebase in your react app. So let's get started. In this blog, we will talk about firebase's initial setup and firebase authentication. Getting started. Create a react project. Create a Firebase project from Firebase console.. Crea...00
ZSzoef Shaikhinzoefshaikh.hashnode.dev·May 20, 2022 · 2 min readNullish coalescingWhat is Nullish coalescing? Nullish coalescing you heard the word now you probably wondering what's this about. While working on a project using API, you might get values for your variables as undefined or null, and now your app crashes with loads o...00
ZSzoef Shaikhinzoefshaikh.hashnode.dev·Mar 1, 2022 · 3 min readInstall React on windowsIntroduction. You started React you know the syntax, You are on hooks of React but you are still using the online editor to write your code? And now you are in a state where you want to write your code locally onto your machine and change some view? ...00