FrontBackGeek

How to use Style Module in React JS

FrontBackGeek 2 years ago

This blog going to be the shortest one, because this is an easy topic but very important. So I decided to write a blog on this. Basically when we create…

FrontBackGeek

Passing Events from parent to child component in React JS

FrontBackGeek 2 years ago

In this blog post we have two components App component and Button component, you can create components with any name you want. For this example we are creating a button…

FrontBackGeek

How to pass data to child component in react js

FrontBackGeek 2 years ago

In this blog post we will describe how you can pass some data from one component to another component or parent component to child component. Lest create two component one…

FrontBackGeek

What is React js and how JSX works in react js

FrontBackGeek 2 years ago

React Basic : React js is a library and it is used to develop single page applications. React js is a front-end technology and it is completely based on javascript….