Open in app

Sign In

Write

Sign In

Forhad H. Babu
Forhad H. Babu

151 Followers

Home

About

Apr 11, 2022

What is the difference between react js-and react native — clarification

Reactjs and React Native which are right now powering some of the most popular and widely used mobile apps and websites, have an interesting history: In 2011, when Facebook ads were expanding and bringing in newer, exciting features, the engineering team realized that the constant updates were slowing down their…

Reactjs

4 min read

What is the difference between react js-and react native — clarification
What is the difference between react js-and react native — clarification
Reactjs

4 min read


Apr 10, 2022

10 JavaScript concepts for React beginners

React is a Javascript frontend library and if you want to get started with React first, you have to learn Javascript, the programming language that powers React. Javascript itself is a huge language, and it’s not possible for you to learn all of it before learning React. But fear not, this article explains 10 Javascript concepts you must learn before moving on to React. Thanks for reading! Topics covered:

Reactjs

9 min read

10 JavaScript concepts for React beginners
10 JavaScript concepts for React beginners
Reactjs

9 min read


Apr 10, 2022

Primitive vs Reference Values in JavaScript

Accessing by value or by reference In JavaScript, a variable may store two types of data: primitive and reference. JavaScript provides six primitive types as undefined, null, boolean, number, string, and symbol , and a reference type object. When you assign a variable a value, the JavaScript engine must determine whether the value is a primitive…

Java Script

3 min read

Primitive vs Reference Values in JavaScript
Primitive vs Reference Values in JavaScript
Java Script

3 min read


Apr 10, 2022

Top 50 Useful GitHub Repos That Every Developer Should Follow

Github….facebook for developers. Giving this name to this amazing site is not injustice. Afterall this site not only helps you to host your code with version control, but it is also helpful in making networks with other great developers across the world. A lot of developers love to spend time…

Forhadhossenbabu

5 min read

Top 50 Useful GitHub Repos That Every Developer Should Follow
Top 50 Useful GitHub Repos That Every Developer Should Follow
Forhadhossenbabu

5 min read


Oct 8, 2018

Redux: mapStateToProps and mapDispatchToProps Explained

mapStateToProps When learning Redux, we are first introduced to mapStateToProps. A little confusing at first, but upon closer inspection, it is just a simple function (no imported library) that simply returns a specified part of the current state. const mapStateToProps = (state) => { return { things: state.things } }; …

React

2 min read

Redux: mapStateToProps and mapDispatchToProps Explained
Redux: mapStateToProps and mapDispatchToProps Explained
React

2 min read


Oct 8, 2018

Use the Provider component from React Redux

The reason why the application did not re-render previously is because our React and Redux libraries could not properly communicate to each other correctly to specify that a change in the store’s state occurred. Luckily, we can use the React Redux library to get React and Redux talking to one another. Run npm install react-redux --save to install it and add to our package.json. The React Redux library gives access to a component called the Provider. The Provider is a component that comes from our React Redux library. It wraps around our App component. It does two things for us. The first is that it will alert our Redux app when there has been a change in state, and this will re-render our React app.

React

1 min read

Use the Provider component from React Redux
Use the Provider component from React Redux
React

1 min read


Oct 8, 2018

What’s a Container Component?

What’s a Container Component? “Container components are components that are aware of Redux” — the internet So, what does that mean? Well, a container component is a component that is responsible for retrieving data, and in order to get that data, the component needs to use Redux’s connect and mapStateToPropsfunctions. A container component will…

React

2 min read

What’s a Container Component?
What’s a Container Component?
React

2 min read

Forhad H. Babu

Forhad H. Babu

151 Followers

JavaScript Specialized — Software Developer & IT Entrepreneur

Following
  • Amrut Patil

    Amrut Patil

  • Ohans Emmanuel

    Ohans Emmanuel

  • Jose Aguinaga

    Jose Aguinaga

  • Kevin VanGelder

    Kevin VanGelder

  • Zahedul Alam

    Zahedul Alam

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech