Try   HackMD

#多人座談會【後框架時代對前端開發者的影響】座談

歡迎來到 JSDC 2021 共筆

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

共筆入口:https://hackmd.io/@JSDC-tw/2021conference
手機版請點選上方 按鈕展開議程列表。

共筆協作,共享知識,打造開放社群。

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Welcome to JSDC 2021 Collaborative Writing

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Collaborative Writing Workplace:https://hackmd.io/@JSDC-tw/2021conference
Using mobile please tap to unfold the agenda.

Build a community with open collaboration.

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

從這開始
可以直接打字做共筆囉

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

主持人:張維元

  • KK
  • Leo@Hahow

KK - React
過去的 Pattern 變成今日的 anti-pattern

before: 前後端要分離的很乾淨
前端大航海

after: 前端有限,加入渲染機制到前端(?)

接下來 render 會放入 data 的處理

Leo@Hahow
近日 medium 少更新

三大框架的看法與經驗

KK
碰 Vue 開始會有不同的思想碰觸
偏好 React: 把 CSS 與 JS 分開

早期 CSS Module 後來改用 styled-components
樣式強 vs 資料面強

Leo:
Vue 2.0 -> React (because 很多 tw 公司用 + 比較酷) ->

  • hook
  • JSX

Vue 3.0 沒關注了,只知 composition API

主持人:
希望降低這次的框架討論,回歸 JS

CSR vs SSR

KK
身為 Manager -> 看大家的技術掌握度

Leo
技術上的抉擇並不是單純說很好就去做了
商業上並不是需要存在
舉例來說,對toC 若現有Pre-rendering 已經達到商業需求,還需要 SSR?
對toB ,內部系統不需要用到 SEO

主持人:
技術的抉擇還是回歸到商業的需求

框架的未來發展

KK:
React 18 加入 SSR
Next.js 引入 ?mode URL
歷史潮流 -> 一個 cycle
未來會往全能的方向走,但還有很多考量點

提到的三層架構:web - app - data

web 當初被分出,後來回來

是否有關注新框架?

Leo:
前端工程師有很多要面對的問題
框架:簡化前端工程師面對的問題
異業合作
對瀏覽器做特化

KK:
GastbyJS
是否會產生 Interface 簡化