-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blog:05-07-night #44
base: main
Are you sure you want to change the base?
blog:05-07-night #44
Conversation
✅ Deploy Preview for sparcs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다~!
@@ -0,0 +1,286 @@ | |||
--- | |||
authors: night | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
빈 줄 왜있죠? 제거해주세요
name: 박지호 (night) | ||
title: 프론트 개발하고 있는 휠장 | ||
url: https://github.com/UrWrstNightmare | ||
image_url: https://github.com/urwrstnightmare.png |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
newline이 없어요
React 뿐만 아니라 VueX, Svelte, SolidJS 모두 프레임워크의 근간으로 반응형 프로그래밍을 채택하고 있습니다. (최신 프레임워크들은 모두 JSX와 같은 Templating 기능을 통한 선언형 UI와, state / signal을 이용한 반응형 프로그래밍을 제공하는 것을 주 기능으로 하고 있습니다) | ||
|
||
예를 들어 Svelte는 반응형 프로그래밍을 Virtual Dom 없이 Compilation 방식으로 구현하고 있습니다. | ||
[보다 자세한 내용은 여기에서 소개하고 있습니다ㅌ](https://frontside.com/podcast/svelte-and-reactivity-with-rich-harris/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ㅌ 이 붙어있어요
2023년도 봄학기 기술블로그 제출입니다