#frontend-development
Read more stories on Hashnode
Articles with this tag
Pre-requisites : NextJS route api reference Supabase JS client File structure - Supabase client - import { createClient } from...
Optimizing images - Compress Images: Optimizing images by compressing them can significantly reduce their file size and help improve website loading...
What it is? Layman language - It helps us to know how much of an element on the webpage is visible to the user via the screen. Proper definition - It...
What is Redux? Redux is a state management library, it is often used with react, it manages state just like useState in react. When we have too many...
.call() In JavaScript, the "call" method allows you to invoke a function and set the value of this within the context of the function. This means that...
Accessing individual characters We can treat the string as an array of characters so we can access individual characters with the help of index values...