2019년 회고
ERP 개발을 해보다.
회사에서 ODOO 라는 framework 를 사용하여 처음으로 ERP 개발을 하고있다. 워크플로우와 데이터베이스와의 싸움이 치열했고 지금도 진행중이다.
[Read More]
How to move Scroll to top on new page (React-router)
by Daniel Taehoon Kang
Here is Guide about scroll-restoration
Let’s try it out!
[Read More]
Redux structure for React.js(Basic concept)
Basic concept for react by Daniel Taehoon Kang
Should I use redux in my application?
Actually, If you don’t want to use centralized state in store, then you can use props and state without redux.
Even Dan Abramov who made redux said that you need to use redux only when you need to.
[Read More]