1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-09 16:53:33 +02:00

add react.js resources

This commit is contained in:
Md. Jamal Uddin
2021-12-08 20:46:11 +06:00
committed by Kamran Ahmed
parent 053cd03b8b
commit eff29781ce

View File

@@ -1 +1,8 @@
# React js
# React js
A JavaScript library for building user interfaces
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Read' href='https://reactjs.org/'>React.js Official Documentation is good starting point.</BadgeLink>
<BadgeLink badgeText='Course' href='https://egghead.io/courses/the-beginner-s-guide-to-react'>The Beginner's Guide to React by Kent C. Dodds on egghead.io</BadgeLink>
<BadgeLink badgeText='Watch' href='https://youtu.be/nTeuhbP7wdE'>React JS Course for Beginners - 2021 Tutorial</BadgeLink>