Add content to react roadmap (#6360)
* Added React Material UI * Added PandaCSS * Added React Aria * Added React Spring some Article and Videos * Added React Portal video tutorial * Added React useReducer --------- Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/6354/head^2
parent
1bdb0fc5b7
commit
dda52d5379
7 changed files with 40 additions and 5 deletions
@ -1 +1,2 @@ |
||||
# GSock |
||||
# GSock |
||||
|
||||
|
@ -1 +1,9 @@ |
||||
# Material UI |
||||
# Material UI |
||||
|
||||
Material UI is an open-source React component library that implements Google's Material Design. |
||||
|
||||
It includes a comprehensive collection of prebuilt components that are ready for use in production right out of the box, and features a suite of customization options that make it easy to implement your own custom design system on top of our components. |
||||
|
||||
- [@official@Material UI website](https://mui.com/material-ui/getting-started/) |
||||
- [@video@React Material UI Course](https://www.youtube.com/watch?v=BHEPVdfBAqE&list=PLC3y8-rFHvwh-K9mDlrrcDywl7CeVL2rO) |
||||
- [@video@Material UI with React](https://www.youtube.com/watch?v=5cvg2qZwYrI) |
||||
|
@ -1 +1,10 @@ |
||||
# Panda CSS |
||||
# Panda CSS |
||||
|
||||
Panda CSS is CSS-in-JS with build time generated styles, RSC compatible, multi-variant support, and best-in-class developer experience. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@official@Official Website](https://panda-css.com) |
||||
- [@official@Tutorials and videos to get started with Panda!](https://panda-css.com/learn) |
||||
- [@video@Panda CSS First Impressions | Theo Reacts](https://www.youtube.com/watch?v=UlY-Ixddjm0) |
||||
- [@article@Panda CSS – CSS-in-JS without Runtime Overhead](https://infinum.com/blog/panda-css-css-in-js-without-runtime-overhead/) |
||||
|
@ -1 +1,8 @@ |
||||
# React Aria |
||||
# React Aria |
||||
|
||||
React Aria is style-free out of the box, allowing you to build custom designs to fit your application or design system using any styling and animation solution. Each component is broken down into individual parts with built-in states, render props, and slots that make styling a breeze. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@official@Getting Started with React Aria](https://react-spectrum.adobe.com/react-aria/) |
||||
- [@video@Why You Should Use React Aria Components](https://www.youtube.com/watch?v=lTPh6NGLAmk) |
||||
|
@ -1 +1,9 @@ |
||||
# react spring |
||||
# react spring |
||||
|
||||
React Spring is a popular animation library for React that leverages the principles of spring physics to create smooth, natural-looking animations. Unlike traditional animation libraries that rely on keyframes and linear transitions, React Spring uses spring-based physics to produce fluid and realistic animations that can dynamically respond to user interactions and state changes. |
||||
|
||||
Visit the following resources to learn more: |
||||
|
||||
- [@official@React Spring — Official Website](https://www.react-spring.dev/) |
||||
- [@video@React Spring Crash Course](https://www.youtube.com/watch?v=f2vdduklY20&list=PLLnpHn493BHGrM7tAQL8qVtqwqzbuuE5_) |
||||
- [@article@How to Create Interactive Animations Using React Spring](https://www.sitepoint.com/react-spring-interactive-animations/) |
||||
|
Loading…
Reference in new issue