Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9a6f238

Browse files
authored
Merge pull request#84 from TroyCode/master
fix type in ch.01
2 parentscc08306 +14e50f6 commit9a6f238

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎Ch01/front-end-introduction.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![Web 前端工程入門簡介](./images/frameworks.png"Web 前端工程入門簡介")
44

55
##前言
6-
隨著現代化網頁(Modern Web)開發專業和複雜性的提昇以及對於使用者體驗的要求下,網頁開發已從過去的 WebDevelpoer 一夫當關,轉向專業分工,更加細分成網頁前端(Web Front End)、網頁後端(Web Back End)等職位。此外,由於跨平台、跨瀏覽器的需求日益增加,技術變化更迭快速,市場上對於前端工程師(Web Front End Engineer)的需求也與日俱增,前端工程的(Front End Engineering)所要面對的挑戰也越來越多。
6+
隨著現代化網頁(Modern Web)開發專業和複雜性的提昇以及對於使用者體驗的要求下,網頁開發已從過去的 WebDeveloper 一夫當關,轉向專業分工,更加細分成網頁前端(Web Front End)、網頁後端(Web Back End)等職位。此外,由於跨平台、跨瀏覽器的需求日益增加,技術變化更迭快速,市場上對於前端工程師(Web Front End Engineer)的需求也與日俱增,前端工程的(Front End Engineering)所要面對的挑戰也越來越多。
77

88
![Web 前端工程入門簡介](./images/html-css-js.png"Web 前端工程入門簡介")
99

‎Ch01/react-ecosystem-introduction.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ NPM(Node Package Manager)是 Node.js 下的主流套件管理工具。在 NP
8383
[React Router](https://github.com/reactjs/react-router) 是 React 中主流使用的 Routing 函式庫,透過 URL 的變化來管理對應的狀態和元件。若開發不刷頁的單頁式(single page application)的 React 應用程式通常都會需要用到。
8484

8585
##Flux/Redux
86-
[Flux](https://facebook.github.io/flux/)是一個實現單項流的應用程式資料架構(architecture),同樣是由 Facebook 推出,並和 React 專注於 View 的部份形成互補。而由 Dan Abramov 所開發的[Redux](https://github.com/reactjs/redux) 被 React 開發社群認為是 Flux-like 更優雅的作法,也是目前主流搭配 React 的狀態(State)管理工具。讓你在開發複雜的應用程式時可以更方便管理你的狀態(state)。
86+
[Flux](https://facebook.github.io/flux/)是一個實現單向流的應用程式資料架構(architecture),同樣是由 Facebook 推出,並和 React 專注於 View 的部份形成互補。而由 Dan Abramov 所開發的[Redux](https://github.com/reactjs/redux) 被 React 開發社群認為是 Flux-like 更優雅的作法,也是目前主流搭配 React 的狀態(State)管理工具。讓你在開發複雜的應用程式時可以更方便管理你的狀態(state)。
8787

8888
##ImmutableJS
8989
[ImmutableJS](https://facebook.github.io/immutable-js/),是一個能讓開發者建立不可變資料結構的函式庫。建立不可變(immutable)資料結構不僅可以讓狀態可預測性更高,也可以提昇程式的效能。

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp