React는 사용자 인터페이스(UI)를 구축하기 위한 JavaScript 라이브러리입니다. 주로 웹 애플리케이션의 프론트엔드 개발에 사용되며, 효율적이고 확장 가능한 UI를 만들기 위해 Facebook에서 개발했습니다.
React는 컴포넌트 기반 아키텍처를 사용하여 UI를 작은 독립적인 조각으로 나누어 관리하고, 이를 조합해 전체 애플리케이션을 구성할 수 있게 해줍니다.

Links

Name Link
reactjs.org reactjs.org
React Community React Community
npm NPM
React DevTools Extensions

Boilerplates

Name Link
Create React App (CRA) https://github.com/facebook/create-react-app
React+Redux Boilerplate https://github.com/react-boilerplate/react-boilerplate
React + Redux Starter Kit https://github.com/davezuko/react-redux-starter-kit
Next.js (React Framework) https://github.com/vercel/next.js
Gatsby (React-based Static Site Generator) https://github.com/gatsbyjs/gatsby
Razzle https://github.com/jaredpalmer/razzle

Sample

Name Link
React Examples https://github.com/reactjs/reactjs.org/tree/main/examples
React Redux Starter Kit https://github.com/reduxjs/redux-starter-kit
React Todo App https://github.com/tastejs/todomvc/tree/master/examples/react
React + Firebase Example https://github.com/eddiehinkle/react-firebase
React Router Example https://github.com/ReactTraining/react-router/tree/main/examples
React & TypeScript Example https://github.com/react-typescript-cheatsheet/react-typescript-cheatsheet
React + GraphQL Example https://github.com/ApolloClient/apollo-client
React Native Example https://github.com/facebook/react-native
React UI Kit https://github.com/ReactJS/react-ui
React + Material-UI Example https://github.com/mui/material-ui
React + Redux + Saga Example https://github.com/redux-saga/redux-saga

Springboot Sample

Name Link
React + Spring Boot Example https://github.com/rammyblog/react-springboot-crud
Spring Boot + React Authentication https://github.com/jonashackt/spring-boot-react
React + Spring Boot CRUD https://github.com/axetroy/react-springboot-crud
Spring Boot + React + MySQL https://github.com/solanki1995/react-springboot-mysql
React + Spring Boot Full Stack https://github.com/hbaskar/react-springboot-fullstack
React + Spring Boot Authentication with JWT https://github.com/meshram1234/spring-boot-react-jwt
React + Spring Boot + WebSocket https://github.com/rahul2708/spring-boot-react-websocket