목록분류 전체보기 (373)
Silver Library (Archived)
Although Redux has some debate whether beginner should use this or do it when they feel react is not comfortable, still, sure the way to separate those state to each file and manage them independently concept sounds good. At least for me. I no longer need to sick of linking all of them so massively. So, that's the point. I am highly likely to edit my page occasionally - state. The question is, U..
Not bad so far, but I need to speed up. Good news is, the decision I made was right. After React, I immediately attempted to make a new one but had no idea where to start doing this. As roadmap suggested, I touched Redux and tried to understand how it works. That's where the oil came out. For me at least. I got a lot of confidence now compare to initially I learnt React by myself. And finally, I..
좋은 소식인게 있다면, 상대적으로 망각하는 속도가 많이 줄어들었다는 점 입니다. 새로운 정보를 듣고, 새로운 라이브러리나 프레임워크를 공부 해 보는 과정에서도, 망각하는 횟수가 10에서 2 정도로 줄은 느낌이 듭니다. 왜 그랬던걸까? 분석을 해보니 '서두르지 않고, 끝까지 이해하고 넘어간 것' 이 컸다고 봅니다. 어쩌면 계속 뭔가를 만들어 대다 보니 그 과정에서 이해가 절로 된 건지도 모를 일 입니다. (차마 포트폴리오에 전시하지는 못할 그런 결과물. 즉, 연습물.) 2주 전에 react 가 마음에 들었지만 정작 포트폴리오 웹페이지 만들어 볼 때 사용하니까 굉장히 암울했었습니다. 하지만 지금은 상황이 많이 달라지는 것 같네요. 역시 경제학의 수학도 그렇고, 결국 이해 될 때 까지 다시 한번 보는게 도움이..
npm install --global expo-cli 업데이트 후, 갑자기 expo run 또는 start 나 npm start 모두가 먹통이 되어버리는 경우. 원인. 1. 캡쳐를 안했는데, 자세히 보면 에러 코드 내용 중에 'operating system' 이라는 단어가 있었음. 2. VSCode 업데이트 후, expo-cli 업데이트도 하라는 말이 표시 됨. 원인 불명의 이유로 특정 단계에서 더 이상 설치가 안된다고 계속 버팀. 해결 법. 윈도우 재부팅 -> 해결. 현 시점에서의 생각. Redux 를 봐야 할 지도. react native 는 안 급하니 좀 있다 다시 하기.