3 posts tagged with "react"

React Hooks useContext() example

Posted on May, 2020

In this tutorial we will be setting up a basic react application with two pages sharing a common context. 1. Setup A Basic React Project we will be creating a basic react app bootstraped with create…

Read full post

Hex Color to rgba

Posted on January, 2020

Hex to RGBA color in JS Let's create a function in JS to convert the Hex Color Code to RGBA with Opacity. HexToRgba.js

Read full post

Hello World!

Posted on December, 2019

4nnt4 created Syntax.Rocks as a place where developers could collaborate with one another to horn their skills in their domain. From basics of coding with different languages to deep concepts in…

Read full post