React is a Javascript library that we must learn this year (When this article was written in 2020). Currently, React has 2 libraries. ReactJS for web applications & React Native for mobile applications. The concept and way of working between ReactJS and React Native are almost the same; the difference is only the final destination. This means that if you learn ReactJS, these skills can be converted to React Native, such as the React tag line
‘Learn once write anywhere.’
This paper intended for friends who are exploring React, and it could be due to work demands or to add skillset to better job opportunities. It might not be suitable for those of you who have experience in React. Still, hopefully, it can be a reference if anyone asks about React to you.
ReactJS
Here are some tutorials that I wrote about ReactJS
- Part 1 – Introduction And Everything That Must Be Known About ReactJS.
- Part 2 – ReactJS Fundamental – JSX, Component, Props And State.
- Part 3 – Guide To Use Axios With React (Free Bonus Code)
- Part 4 – The Right Way Understanding React Lifecycle For Beginners
- Part 5 – Complete Tutorial React Router Dom For Beginners (Easy-To-Understand)
- Part 6 – How To Implement Login Page And Protected Route ReactJS
- Part 7 -The Using Of Reactstrap And React-Table, Suitable For Beginners
TIPS
Some React TIps