Coder Social home page Coder Social logo

react's Introduction

React

자바스크립트 라이브러리 중 하나로 사용자 인터페이스(UI)를 만들기 위해 사용된다.

컴포넌트 기반의 라이브러리로 여러 부분을 분할해서 코드의 재사용성을 높이고 유지보수에 용이하다.

참고 사이트

React 공식

npm을 이용한 Create React App 설치

  • sudo npm install -g create-react-app : 설치

    (공식 문서에서는 npx create-react-app 사용할 것을 권장)

  • create-react-app -B : 설치 확인

  • Terminal -> cd[생성한 리액트 폴더 경로] -> create-react-app . : 지정 폴더에 앱 설치

샘플 웹앱 실행 및 배포

  • npm run strat : 실행
  • npm run build : build 폴더에 공백이 제거된 파일이 생성
  • npx serve -s build (or sudo npm install -g serve) : build 폴더를 documents root로 설정

My notion-React.js

by pionari

react's People

Watchers

Seoyoon Park avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.