HackerTrans
TopNewTrendsCommentsPastAskShowJobs

taowen

no profile record

Submissions

Build CSR/SSR/CDN/MonoRepository with Vite

github.com
1 points·by taowen·4 years ago·0 comments

comments

taowen
·2 years ago·discuss
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 years ago·discuss
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...