DEV Community

onurdesk
onurdesk

Posted on

7 Fascinating Reasons People Like React.js

Why React.js?
React’s Basic Concepts
Your First React Component
Your First React Hook
Your First One-way Data Flow
Components Reusability
Tree Reconciliation in Action
Wrap Up

I recommend that you check them out first. If you’re coming to React with some previous knowledge of JavaScript, but you have not used the modern features of the language that were added in the past few years, that is not a problem. This series has a module to introduce these features. 

In that series module, I’ll cover things like arrow functions, restructuring, REST, spread operators, classes, and more. We will not be using advanced JavaScript. A basic knowledge of the language will be enough for you to survive this series. But, you’re likely to run into problems that are related to the language syntax rather than the React.js API. 

I’ve written an article on jsComplete about the common problems learners usually face when working with the React.js library. Scan through this article quick and keep it for your reference when you run into a problem while taking this series. Also remember that you can always ask for help in the Comment tab available in this series page. 

Onurdesk mentors watch these comment forums, but please be as descriptive as you can when you ask a question. Share your code, list any errors you’re getting, and share a screenshot if you can. And when sharing your code, don’t paste it here. This comment tool is not good for that. 

Click here for complete article

Top comments (0)