Add react resources
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
# React js
|
||||
# React
|
||||
|
||||
A JavaScript library for building user interfaces
|
||||
React is the most popular front-end JavaScript library for building user interfaces. React can also render on the server using Node and power mobile apps using React Native.
|
||||
|
||||
<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>
|
||||
<BadgeLink colorScheme='blue' badgeText='Framework Website' href='https://reactjs.org/'>React Website</BadgeLink>
|
||||
<BadgeLink colorScheme='blue' badgeText='Read' href='https://reactjs.org/tutorial/tutorial.html'>Official Getting Started</BadgeLink>
|
||||
<BadgeLink badgeText='Course' colorScheme='green' href='https://egghead.io/courses/the-beginner-s-guide-to-react'>The Beginner's Guide to React</BadgeLink>
|
||||
<BadgeLink badgeText='Course' colorScheme='green' href='https://www.youtube.com/watch?v=nTeuhbP7wdE'>React JS Course for Beginners</BadgeLink>
|
||||
<BadgeLink badgeText='Watch' colorScheme='yellow' href='https://www.youtube.com/watch?v=i793Qm6kv3U'>Understanding React's UI Rendering Process</BadgeLink>
|
||||
|
@ -7,4 +7,4 @@ CSS Framework that provides atomic CSS classes to help you style components e.g.
|
||||
<BadgeLink colorScheme='blue' badgeText='YouTube Channel' href='https://www.youtube.com/c/TailwindLabs/videos'>Official Screencasts</BadgeLink>
|
||||
<BadgeLink colorScheme='yellow' badgeText='Watch' href='https://www.youtube.com/watch?v=hdGsFpZ0J2E'>Should You Use Tailwind CSS?</BadgeLink>
|
||||
<BadgeLink badgeText='Read' href='https://www.codemag.com/Article/2105091/Tailwind-CSS-An-Introduction'>Tailwind CSS: An Introduction</BadgeLink>
|
||||
<BadgeLink colorScheme='yellow' badgeText='Watch' href='https://www.youtube.com/watch?v=UBOj6rqRUME'>Tailwind CSS Crash Course</BadgeLink>
|
||||
<BadgeLink colorScheme='green' badgeText='Course' href='https://www.youtube.com/watch?v=UBOj6rqRUME'>Tailwind CSS Crash Course</BadgeLink>
|
||||
|
Reference in New Issue
Block a user