๐Ÿ˜† TIL 0120

JBยท2022๋…„ 2์›” 2์ผ
0

CodeCamp FE 05

๋ชฉ๋ก ๋ณด๊ธฐ
9/33

์‹ค์ˆ˜๋กœ ์‚ญ์ œํ•ด์„œ ๋‹ค์‹œ ์˜ฌ๋ฆผ;


[Freeboard]

๐Ÿ”น Props

  • Parent component and child component are linked.
  • One child component can be used in multiple parent component.
    --> isEdit={true} ==> Edit Page
    --> isEdit={false} ==> Create Page

  • Delivering data from container to presenter.

๐Ÿ”ธ updateBoard

  • Write down what will be updated in the board, and give router to move to the updated board page.

[depen vs. devDepen]

dependencies
: Needed when operating in browser.
devDependencies
: Needed in VSCode


[JSON vs. XML]

JSON - JavaScript Object Notation

  • Object: {writer, password, contents}

XML - Extensible Markup Language

  • XML Markup : <Wrtier></Writer>
  • HTML: <div></div>

[Typescript]

Type Assign

  • Types should be assigned to everysingle variables that will be used throughout the code.

Interface

  • Mostly use I for basic. (I for Interface to MyVariables)

Practice


profile
๋‘๋น„๋‘๋ฐฅ๋ฐฅ

0๊ฐœ์˜ ๋Œ“๊ธ€