Skip to content
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

fix(link): remove dead link #48

Merged
merged 1 commit into from
Nov 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/view/frontend/react/react-002.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ React組件經[編譯](https://babeljs.io/repl#?browsers=defaults%2C%20not%20ie%
### React.createElement

JSX組件在編譯的過程中透過createElement methods,創建出了[**虛擬DOM**抽象](https://codepen.io/eepson123tw/pen/XWxjXGj?editors=1111)。
簡單來說就是每個組件函式都是一層封裝,其實底層還是js的型態。我們會透過Render轉換成真正的Dom並注入[DOM樹](/view/posts/dom.md)中。
簡單來說就是每個組件函式都是一層封裝,其實底層還是js的型態。我們會透過Render轉換成真正的Dom並注入[DOM樹](/view/frontend/dom.md)中。

### React.Render

Expand Down