profile
퇴사했지만, 코딩은 하고싶어
post-thumbnail

Web Architecture: CSR & SSR

a structure that determines the way your product and business will operate, perform and scale.MPA : consist of multiple HTML pages, sends requests to

2024년 2월 18일
·
3개의 댓글
·
post-thumbnail

props in React

React components accept arbitrary inputs (called “props”) and return React elements describing what should appear on the screen.So props able parent c

2023년 11월 26일
·
0개의 댓글
·
post-thumbnail

Let's compare "var" vs "let" vs "const". And why we should not use var anymore?

Today, I assume most of programmers don't use the "var" variable type anymore. Replacing it by "let" and "const". But why?

2023년 10월 14일
·
0개의 댓글
·