React is a JavaScript library that you can use to create user interfaces.
It was created at Facebook and open-sourced in March of 2013. Since then, React has expanded beyond the web with React Native, a tool that allows you to create native mobile applications using React.
One of the best resources that you have at your disposal when learning React is the React Docs. These are updated on a really regular basis and are very well written. You can also follow along with the React blog for articles on the team's new releases and future plans.
React is an increasingly popular library with tens of thousands of stars on GitHub and used in production by huge companies like Twitter, Netflix, and Microsoft. But the point of using React is not just because it's popular, but because it's fun to use and because its component architecture makes it faster and easier to build amazing products for the web and even for native platforms.
react.dev
react.now
codepen.io
Glitch.com
Resources...
formik.org
react-hook-form.com
usehooks.com
reactjs.org
reactnative.dev
graphql.org
recatrouter.com
jestjs.io
netlify.com
npm install
npm start
nmp test
npm run build
'PROGRAMING > React' 카테고리의 다른 글
[REACT] Dark mode Light mode toggle (0) | 2024.03.06 |
---|---|
[REACT]Error: error:0308010C:digital envelope routines::unsupported (0) | 2024.03.06 |
[REACT] React Router (0) | 2024.02.15 |
[REACT] 'react-scripts' is not recognized (0) | 2024.02.10 |
[REACT] npx create-react-app getting error (1) | 2024.02.10 |