Coolhead

Coolhead

Follow
Follow
homeContactFunctional ProgrammingScrollNotesSponserWebstorynewsletter
Tag

React

#reactjs

More content

Read more stories on Hashnode


Articles with this tag

Demystifying JavaScript Terminology

Aug 9, 20234 min read45 views

Learn the terms that are highly used in javascript, and that would help you learn javascript better. ยท Syntax Parser: A Program that reads and determines...

Demystifying JavaScript Terminology

Create Tik-Tok/Youtube Shorts like snap infinite scroll - React

May 23, 20235 min read353 views

Scroll snap is when you scroll a little and it auto scrolls to the next card in the list. You must have seen this feature on Instagram, youtube shorts...

Create Tik-Tok/Youtube Shorts like snap infinite scroll - React

Array.some method in Javascript. Explained with Examples

Dec 23, 20222 min read276 views

Return value : true if the callback function returns a truthy value for at least one element in the array. Otherwise, false. The Array.some() method...

Array.some method in Javascript. 
Explained with Examples

Explained: Catamorphism in Functional Programming with examples in javascript

Dec 6, 20226 min read317 views

Catamorphism is a concept in functional programming that refers to the process of reducing a data structure to a single value. This is typically done...

Explained: Catamorphism in Functional Programming with examples in javascript

Here is how i write commit messages

Dec 1, 20221 min read126 views

I have a default template for commit messages. It goes like a tag, followed by: and a bit of a summary about the commit message. tag: a one-liner...

Here is how i write commit messages

How to create Avatar Maker in Next JS and React ?

Jul 21, 20227 min read1.6K views

Things that you will learn in this tutorial : We will be making an avatar maker or avatar generator from Scratch. Designing our avatar in SVG and...

How to create Avatar Maker in  Next JS and React ?