https://github.com/manukumarnm/react_app
The quick guide to learn basic concepts and workflow of how to build React app
https://github.com/manukumarnm/react_app
javascript reactjs
Last synced: 2 months ago
JSON representation
The quick guide to learn basic concepts and workflow of how to build React app
- Host: GitHub
- URL: https://github.com/manukumarnm/react_app
- Owner: ManukumarNM
- Created: 2021-10-21T15:40:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-21T16:02:29.000Z (over 4 years ago)
- Last Synced: 2025-10-23T20:41:46.809Z (8 months ago)
- Topics: javascript, reactjs
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React_APP
The quick guide to learn basic concepts and workflow of how to build React app
This short course will cover basic and core concepts that you need to know to get up and running with ReactJS.
React JS is a Javascript library for building user interfaces. It's flexible, fast, easy to learn and fun to work with. ReactJS is designed to make the process of building modular, reusable user interface components simple and intuitive. React was developed at Facebook and focuses on the 'View' aspect of MVC in web applications. React was built for the purpose of developing applications that are large in nature and have to deal with time changing data.
Also in this course, it will get you up to speed quickly with easy to follow short videos. It is project-oriented with hands-on examples, from simple to complex, that will help you with the most fundamentals concepts of React:
React custom syntax and the JSX transform
components, properties and state
The power of the virtual DOM

