Added some new content for React Roadmap (#6416)
parent
1848f87e9b
commit
8ae99e6867
9 changed files with 33 additions and 6 deletions
@ -1 +1,9 @@ |
||||
# Astro |
||||
# Astro |
||||
|
||||
Astro is the web framework for building content-driven websites like blogs, marketing, and e-commerce. Astro is best-known for pioneering a new frontend architecture to reduce JavaScript overhead and complexity compared to other frameworks. If you need a website that loads fast and has great SEO, then Astro is for you. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@official@Astro Website](https://astro.build/) |
||||
- [@video@Astro Crash Course in 60 Minutes](https://www.youtube.com/watch?v=NniT0vKyn-E) |
||||
- [@video@How To: Add/Integrate React.js and TailwindCss into Astro framework](https://www.youtube.com/watch?v=d6CsWTVa42o) |
||||
|
@ -1,3 +1,6 @@ |
||||
# Mobile |
||||
|
||||
React Native is an open-source UI software framework created by Meta Platforms, Inc. It is used to develop applications for Android, Android TV, iOS, macOS, tvOS, Web, Windows and UWP by enabling developers to use the React framework along with native platform capabilities. |
||||
|
||||
- [@article@React Native Official website](https://reactnative.dev/) |
||||
- [@video@React Native Course for Beginners](https://www.youtube.com/watch?v=ZBCUegTZF7M) |
||||
|
Loading…
Reference in new issue