들어가기

패키지 잠금 파일 (package-lock.json, yarn.lock)

[GeekNews] Bun vs. Next.js

상태와 전역 상태 사이

웹에서 다루는 데이터

전역 상태 라이브러리

  1. 플럭스 아키텍처 지향(top-down): Redux(2015), Zustand(2019)

  2. 아토믹 아키텍처 지향(bottom-up): Recoil(2020), jotiai(2021)

    [dev] Atomos — A New Recoil Visualization Tool Powered by React Flow
Recoil uses atoms to send small bits of state to various components throughout a React application, and uses selectors as pure functions to modify these atoms

    [dev] Atomos — A New Recoil Visualization Tool Powered by React Flow Recoil uses atoms to send small bits of state to various components throughout a React application, and uses selectors as pure functions to modify these atoms

  3. 프록시 아키텍처 지향(중개자): mobx(2016추정), valtio(2021)

    우선참고자료: https://kinsta.com/blog/reverse-proxy/

    우선참고자료: https://kinsta.com/blog/reverse-proxy/

선택하는 기준?

  1. 공신력 있는 사람(2명 이상)의 의견을 비판적으로 수용하기