HackerTrans
トップ新着トレンドコメント過去質問紹介求人

taowen

no profile record

投稿

Build CSR/SSR/CDN/MonoRepository with Vite

github.com
1 ポイント·投稿者 taowen·4 年前·0 コメント

コメント

taowen
·2 年前·議論
As architects solving problems, it’s not about perfectly resolving every issue; it’s about avoiding the need to confront such problems.

Would be better to provide a concrete example here.
taowen
·4 年前·議論
It is just like static linking in c. We can split code into different object files, and statically link to a big application. We help of header file, we can invert the dependency relationship to keep implementation private to keep autonomy. It also applies to node.js/web frontend application, here is a vite demo: https://github.com/taowen/vite-howto/tree/main/packages/STAT...