[์ด์ ๊ธ ๋ณด๊ธฐ](/2019/12/20/tensorflowjs-01-get-started/) ## ์ค์น ### ๋ธ๋ผ์ฐ์ ์ค์น Tensorflow.js๋ฅผ ์ค์นํ๋ ๋ฐฉ๋ฒ์ ๋ ๊ฐ์ง๊ฐ ์์ต๋๋ค. - Script tag๋ฅผ ์ด์ฉํ๋๋ฒ - npm์ ์ด์ฉํด์ ์ค์นํ๊ณ , Parcel, Webpack, Rollup ๊ฐ์ ๋น๋ ํด์ ์ฌ์ฉ ๋ด๋น ์น ๊ฐ๋ฐ์๊ฑฐ๋, ์ ์์...
Read## ์๊ตฌ์ฌํญ ํ ์๋ฆฌ๋จผํธ์์์ ํน์ ํ ํค์๋๋ฅผ ๋ค๋ฅธ ์์ฑ์ผ๋ก ๋ฐ๊ฟ์ ์ถ๋ ฅํ๋ ๊ฒ์ด๋ค. ์๋ ์์๋ฅผ ์ดํด๋ณด์ ### before ```jsx <Text>์นด์นด์ค ํ์ด์ง ์นด์นด์ค ์คํ ๋ฆฌ ์นด์นด์คํก</Text> ``` ### after ```jsx <Text> <Text color="blue">์นด์นด์ค </Text>ํ์ด์ง <Text color="bl...
Read## ๋ธ๋ผ์ฐ์ ํ์คํ ๋ฆฌ ๋ธ๋ผ์ฐ์ ์ ํ์คํ ๋ฆฌ๋ `window.history`์์ ์๋ค. `History {length: 3, scrollRestoration: "auto", state: null}` `length`๋ง ๊ฐ์ ธ์ฌ ์ ์์ ๋ฟ, ์ค์ ๋ด๋ถ์ ๋ฆฌ์คํธ๋ ๊ฐ์ ธ์ฌ ์๊ฐ ์๋๋ฐ ์ด๋ ๋ณด์์์ ๋ฌธ์ ๋๋ฌธ์ด๋ค. `window.history.back()` ...
Read[๋ชฉ์ฐจ](/2019/08/13/reactjs-interview-questions/) # table of contents ```toc tight: true, from-heading: 2 to-heading: 3 ``` ## React Router ### What is React Router? React Router๋ ๋ฆฌ์กํธ ์ต์๋จ์ ์๋ ๊ฐ๋ ฅํ ๋ผ์ฐ...
Read[๋ชฉ์ฐจ](/2019/08/13/reactjs-interview-questions/) ```toc tight: true, from-heading: 2 to-heading: 3 ``` ## Core React ### What is React ๋ฆฌ์กํธ๋ ์คํ์์ค ํ๋ก ํธ์๋ ์๋ฐ์คํฌ๋ฆฝํธ ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ก, ํนํ ์ฑ๊ธ ํ์ด์ง ์ ํ๋ฆฌ์ผ์ด์ ์ ์ฌ์ฉ์ ์ธํฐํ์ด์ค ๊ตฌ์ถ์...
Read