React tutorial
-
[React document] tutorial : Adding Time TravelFront-end/React.js 2020. 2. 17. 14:11
https://reactjs.org/tutorial/tutorial.html#adding-time-travel Tutorial: Intro to React – React A JavaScript library for building user interfaces reactjs.org Storing a History of Moves 더보기 If we mutated the squares array, implementing time travel would be very difficult. However, we used slice() to create a new copy of the squares array after every move, and treated it as immutable. This will all..
-
[React document] tutorial : OverviewFront-end/React.js 2020. 2. 16. 18:10
https://reactjs.org/tutorial/tutorial.html Tutorial: Intro to React – React A JavaScript library for building user interfaces reactjs.org react 공부를 시작한지 별로 안되긴 했지만 쨌든 기초지식이 너무 부족하다는 것을 스스로 느끼게 되어 튜토리얼 코드를 따라해보기로 했다. 튜토리얼은 react에서 제공한다. (위 링크 참고) 더보기를 클릭하면 원문을 볼 수 있다. 그 외의 본문은 원문을 내가 번역하면서 공부했다. What is React? (React란 무엇일까? 최근 어떤 분에게 이 질문을 들었는데 대답을 하지 못했다. react에 익숙해져야 한다는 부담만 있어서 이론에 대해 소홀했던 것 같..