일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- Terraform
- smui
- onDestory
- :=
- react
- Svelte LifeCycle
- GIT
- 인라인핸들러
- svelte
- go
- PostgreSQL
- 도커컨테이너
- docker
- docker-network
- cron
- apiTest
- nestjs
- reactjs
- bitwiseNot
- mock
- IAC
- testing
- GraphQL
- githook
- 도커
- golang
- TypeScript
- ...$$restProps
- 번역
- JavaScript
- Today
- Total
목록번역 (3)
Den`s blog
Truly reactive Svelte 에 대해서 알아보도록 하기 위해 공식 문서를 번역해보도록 했다. (잘할 수 있을런지 모르겠다.. 오역은 따끔하게 알려주세요) After several months of being just days away, we are over the moon to announce the stable release of Svelte 3. This is a huge release representing hundreds of hours of work by many people in the Svelte community, including invaluable feedback from beta testers who have helped shape the design every step o..
Svelte 에 대해서 알아보도록 하기 위해 공식 문서를 번역해보도록 했다. (잘할 수 있을런지 모르겠다.. 오역은 따끔하게 알려주세요) No virtual DOM Let's retire the 'virtual DOM is fast' myth once and for all '가상 DOM은 빠르다'라는 오해를 완전히 없애자. If you've used JavaScript frameworks in the last few years, you've probably heard the phrase 'the virtual DOM is fast', often said to mean that it's faster than the realDOM. It's a surprisingly resilient meme — for e..
Svelte 에 대해서 알아보도록 하기 위해 공식 문서를 번역해보도록 했다. (잘할 수 있을런지 모르겠다.. 오역은 따끔하게 알려주세요) Write less code All code is buggy. It stands to reason, therefore, that the more code you have to write the buggier your apps will be. Writing more code also takes more time, leaving less time for other things like optimisation, nice-to-have features, or being outdoors instead of hunched over a laptop. In fact it's wide..