文章加密

;

2020年3月18日 星期三

tech stack:技術線,比如vue算一個技術線,angular算一個技術線...。 micro frontend, micro service:分別為前後端盡可能把程式依功能分module。In-browser versus build-time module: spa整個只做一次request算一個build-time module, 分header,nav, ...的request 算in-browser module,他們到了瀏覽器才做編譯

tech stack:技術線,比如vue算一個技術線,angular算一個技術線...。
micro frontend, micro service:分別為前後端盡可能把程式依功能分module。
In-browser versus build-time module: spa整個只做一次request算一個build-time module,他經由node-modules編譯好才傳進瀏覽器, 分header,nav, ...的request 算in-browser module,他們到了瀏覽器才做編譯

https://perskinn.com.tw/tag/line-developer-day-2019/
https://blog.techbridge.cc/2019/01/12/micro-frontends-concept/ 在這裡看到的詞

In-browser versus build-time modules

Tutorial video: Youtube / Bilibili
An in-browser javascript module is when imports and exports are not compiled away by your build tool, but instead are resolved within the browser. This is different from build-time modules, which are supplied by your node_modules and compiled away before they touch the browser.
https://single-spa.js.org/docs/recommended-setup/
https://vue.microfrontends.app/view-doggos
https://single-spa.js.org/docs/create-single-spa/
https://www.youtube.com/watch?v=Jxqiu6pdMSU&list=PLLUD8RtHvsAOhtHnyGx57EYXoaNsxGrTU&index=2
https://github.com/vue-microfrontends/root-config
https://single-spa.js.org/docs/examples/
https://github.com/single-spa/single-spa

https://stackshare.io/stacks

沒有留言:

張貼留言