React JS Tutorial For Beginners : Part 42 Todo App Part 11 Rendering Todo Items

preview_player
Показать описание
React JS is an open source JavaScript library used to build user interfaces.
It handles the view layer of our application.
React allows us to create large web applications that can change data without reloading the webpage.
React is created and maintained by Facebook and uses a special syntax called as JSX which allows you to mix HTML with JS.
React is in demand as a skill required by a lot of tech companies.
Рекомендации по теме
Комментарии
Автор

thank you sir, you are teaching of awesome.

MadanLal-fdro
Автор

why declare the map in another component called TodoList.js? when you can simply put the prop in the Todo tags at app.js, then do the map function inside Todo.

IanGabrielDurian