Anpu Ann John's Blog

HomeFriendsBadges
Blog Author Picture

Anpu Ann John

2 followers

Software Developer

React Class Components #4

Dec 21, 20202 min read

Another way to materialize the JSX component is by using class-based components other than functional components. *Why we use class-based components over functional components? The state is the data that the component maintains. It can change the val...

React Parent/Child Components #3

Dec 16, 20202 min read

To avoid the repeated HTML code, we created a separate child component. Let's take an example of a to-do list. Here on the Todo-item.js page we once wrote the code for the checkbox inside the function and export it to the parent. Inside App.js we c...

React Functional Components #2

Dec 15, 20201 min read

Functional Components in React: we use functional components in order to make the elements reusable. The elements to be rendered are written inside a function and pass the function as the argument inside the ReactDOM.render() method. It is better to...

React #1

Dec 15, 20201 min read

why we use REACT??? Because of its speed using Virtual DOM. The components can be reused. Let's start by making an index.html file that has a div with an id root inside which we render the elements. Create the next file index.js and use the rend...

Beginner Tips for a Developer

Dec 10, 20201 min read

Make sure you follow these tips If you are considering becoming a developer and have no idea if you are on the right path to achieve that goal. Find the language that you are interested in. Get certifications in that particular language. Get a Men...

© 2021 Anpu Ann John's Blog

PrivacyTerms
Proudly part of