https://redux.js.org/glossary#state ## ์ฉ์ด ๋ชจ์ ### State (์ํ) ```typescript type State = any ``` State (State tree๋ผ๊ณ ๋ ๋ถ๋ฆฌ์ด๋ค)๋ Redux API์์๋ ๋ณดํต ์คํ ์ด์์ ๊ด๋ฆฌํ๊ณ , `getState()`์ ์ํด ๋ฐํ๋๋ ๋จ์ผ ๊ฐ์ ๊ฐ๋ฆฌํจ๋ค. ๊ด๋ก์ ์ผ๋ก, ๊ฐ์ฅ...