Avatar šŸ„

SK Story

Shawn King's Stories Website

  1. Home
  2. Archives
  3. Search
  4. Links
  5. About
    1. Dark Mode

Archives

2024 97

Categories

Javascript Fiction Vue Code Life Story Science Function Abilities Emotion

Tags

Javascript Fiction Vue Code Life Story Science Function Abilities Emotion
Featured image of post Do you understand precompilation in JavaScript?
Code Javascript

Do you understand precompilation in JavaScript?

Precompilation refers to the operations performed by the interpreter on the code before it is executed. There are mainly two operations: variable declaration and function declaration

Jun 05, 2024
6 minute read
Featured image of post 4 Methods to Determine If the Contents of Two Arrays Are Equal
Code Javascript

4 Methods to Determine If the Contents of Two Arrays Are Equal

When I was a child, I ate many foods, and now I can’t remember what I had eaten. But one thing is for sure, some of them have become part of my bones and flesh. The transformation that reading brings to a person is the same.

Jun 04, 2024
3 minute read
Featured image of post Stop flooding the screen with import statements!!!
Code Javascript

Stop flooding the screen with import statements!!!

What would it be like to open a file and see nothing but a screen full of import statements?

May 21, 2024
10 minute read
Featured image of post Why does WebSocket require frontend heartbeat detection, and is there a native detection mechanism?
Code Low-Code

Why does WebSocket require frontend heartbeat detection, and is there a native detection mechanism?

In the software industry, there is a famous book called ā€œThe Mythical Man-Month,ā€ which includes a discussion that there is ā€œno silver bullet.ā€

May 20, 2024
11 minute read
Featured image of post Why do many programmers dislike low-code?
Code Low-Code

Why do many programmers dislike low-code?

In the software industry, there is a famous book called ā€œThe Mythical Man-Month,ā€ which includes a discussion that there is ā€œno silver bullet.ā€

Apr 26, 2024
2 minute read
Featured image of post Understanding KeepAlive in Vue3
Javascript Vue

Understanding KeepAlive in Vue3

KeepAliveis a built-in component in Vue, which is used to cache components in memory to prevent redundant DOM rendering...

Mar 26, 2024
6 minute read
Featured image of post Understanding v-memo in Vue3
Javascript Vue

Understanding v-memo in Vue3

Memoize a sub-tree of the template. Can be used on both elements and components. The directive expects a fixed-length array of dependency...

Mar 25, 2024
3 minute read
Featured image of post Understanding Suspense in Vue3
Javascript Vue

Understanding Suspense in Vue3

Vue 3 provides a built-in solution for asynchronous tasks called Suspense, designed to enhance user experience when interacting with...

Mar 21, 2024
5 minute read
Featured image of post Understanding reactive, isReactive and shallowReactive in Vue3
Javascript Vue

Understanding reactive, isReactive and shallowReactive in Vue3

The reactivity system in Vue 3 is the core of its data binding, which allows automatic updating of the DOM when there is a change in reactive state....

Mar 20, 2024
8 minute read
Featured image of post vue3 APIĀ Overview
Javascript Vue

vue3 APIĀ Overview

The Vue3 API primarily includes the following six parts...

Mar 20, 2024
1 minute read
1 … 4 5 6 … 10
© 2024 SK Story
Built with Hugo
Theme Stack designed by Jimmy