PROGRAMING/React

[REACT] What is React?

donghunl 2024. 2. 10. 02:50
반응형

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

반응형