We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5111677 commit a9f18a8Copy full SHA for a9f18a8
content/docs/faq-state.md
@@ -101,6 +101,6 @@ handleSomething() {
101
102
### Redux 나 MobX 같은 상태('state') 관리 라이브러리를 사용해야 하나요? {#should-i-use-a-state-management-library-like-redux-or-mobx}
103
104
-[사용하는게 좋습니다.](https://redux.js.org/faq/general#when-should-i-use-redux)
+[아마 필요할 수도 있습니다.](https://redux.js.org/faq/general#when-should-i-use-redux)
105
106
추가적인 라이브러리를 사용하기 전에 먼저 React에 익숙해지는 게 좋습니다. React만으로도 꽤 복잡한 애플리케이션을 만들 수 있습니다.
0 commit comments