Open in app

Sign In

Write

Sign In

Shunze
Shunze

46 Followers

Home

About

Published in shunze0925

·Mar 4, 2021

【JavaScript】Asynchronous JavaScript

Synchronous Synchronous means the code is executed line by line, and each line of code waits for previous line to finish. But if some code will take some time to finish, it might block the thread, so we need a way to solve this problem. Asynchronous

JavaScript

3 min read

【JavaScript】Asynchronous JavaScript
【JavaScript】Asynchronous JavaScript
JavaScript

3 min read


Published in shunze0925

·Feb 13, 2021

【JavaScript】JavaScript in the Browser: DOM

The actual contents comes from The Complete JavaScript Course 2021. If you have interests, you can check The Complete JavaScript Course by Jonas Schmedtmann. What is DOM? It’s structured representation of HTML documents. Allows JavaScript to access HTML elements and styles to manipulate them. So we can say DOM is a connection point…

JavaScript

3 min read

JavaScript in the Browser: DOM
JavaScript in the Browser: DOM
JavaScript

3 min read


Published in shunze0925

·Feb 8, 2021

【JavaScript】Execution Context and CallStack

The actual contents comes from The Complete JavaScript Course 2021. If you have interests, you can check The Complete JavaScript Course by Jonas Schmedtmann. After Compiling, Execution in Detail Global Execution Context is created for the top-level code. Top-Level code be executed. After Top-Level code is finished, functions start to execute. What is top-level Code? It’s code that is…

JavaScript

3 min read

【JavaScript】Execution Context and CallStack
【JavaScript】Execution Context and CallStack
JavaScript

3 min read


Published in shunze0925

·Feb 7, 2021

【JavaScript】JavaScript Engine and Runtime

The actual contents comes from The Complete JavaScript Course 2021. If you have interests, you can check The Complete JavaScript Course by Jonas Schmedtmann. JavaScript Engine JavaScript Engine is a computer program that executes JavaScript code. Every browser has its own JavaScript engine, the most well-known engine is Google V8. Call Stack and Heap

JavaScript

3 min read

【JavaScript】JavaScript Engine and Runtime
【JavaScript】JavaScript Engine and Runtime
JavaScript

3 min read


Published in shunze0925

·Feb 6, 2021

【React】React Router v5

The actual contents comes from UI.DEV React Router v5. If you have interests, you can check React Router v5 by Tyler McGinnis. What’s the mental model of React Router? Route is gonna either render the children component if matched or it’s gonna render null. And Route is just another component, we can render routes anywhere inside of…

3 min read

React Router v5
React Router v5

3 min read


Published in shunze0925

·Feb 5, 2021

【React】React Performance

The actual contents comes from Epic React’s Advanced React Patterns Workshop. If you have interests, you can check Epic React by Kent C. Dodds. Code Splitting (Dynamic Import) The module must have a React component as the default export, and we have to use the <React.Suspense …

React

4 min read

【React】React Performance Note
【React】React Performance Note
React

4 min read


Published in shunze0925

·Feb 5, 2021

【React】Advanced React Patterns

The actual contents comes from Epic React’s Advanced React Patterns Workshop. If you have interests, you can check Epic React by Kent C. Dodds. Context Module Functions

React

3 min read

Advanced React Patterns Note
Advanced React Patterns Note
React

3 min read


Published in shunze0925

·Feb 4, 2021

【React】React Hooks

The actual contents comes from Epic React’s React Hooks Workshop. If you have interests, you can check Epic React by Kent C. Dodds. useState useState is a function that accepts a single argument which is the initial state. useState returns a pair of values. The first of the pair is the…

3 min read

React Hooks Note
React Hooks Note

3 min read


Feb 4, 2021

React Hooks

The actual content comes from Kent C. Dodds.’s Epic React Course. useState useState is a function that accepts a single argument which is the initial state. useState returns a pair of values. The first of the pair is the state value and the second is a function we can call to…

React

1 min read

React

1 min read

Shunze

Shunze

46 Followers

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech