Giter VIP home page Giter VIP logo

react-messenger-15th's Introduction

react-messenger-15th week-5

DEMO

배포 링크 2가지 적용을 위해 지금도 개발중에 있습니다... (Recoil 적용, TS 적용)

KEY QUESTIONS

Routing

서로 다른 URL에 따라 개별 상응하는 웹 페이지를 보여주는 것

  • React-Router를 통해 리액트에서의 라우팅을 편리하게 구현 가능

SSR

Server-Side Rendering

  • Server에서 사용자에게 보여줄 페이지를 모두 구성하여 보여주는 방식 (Client-Side Rendering과 반대되는 개념)
  • 대표적인 CSR 기반 라이브러리는 Angular, 반대로 SSR 기반 라이브러리는 Node.js
  • SSR은 서버를 이용해서 페이지를 구성하므로 CSR보다 페이지를 구성하는 속도는 늦어지지만 전체적으로 사용자에게 보여주는 콘텐츠 구성이 완료되는 시점은 빨라진다는 장점 존재
  • 개발 측면에서도 SSR 적용 시 프론트 영역과 백엔드 영역 사이를 REST API를 통해서만 연결되도록 분리 가능 -> 생산성에 Positive 영향

SPA

SPA : Single Page Application

  • 웹 사이트의 전체 페이지를 표현함에 있어서, 하나의 페이지에 담아 동적으로 화면을 바꿔가며 표현하는 것
  • 사용자의 행동에 대해 최소한의 요소만 Interaction 및 Rendering
  • HTML5의 history api를 이용해 history.state에 담아둔 정보만을 ajax요청해 화면 갱신
  • 대표적인 SPA 라이브러리 : Angular, React, Vue
  • SPA의 단점은 빈번한 DOM 조작으로 인한 퍼포먼스 저하가 일어날 수 있다는 점인데, 이는 Virtual DOM을 통한 해결법 접근 가능

react-messenger-15th's People

Contributors

poodlepoodle avatar corinthionia avatar

Watchers

James Cloos 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.