Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
andyluss committed Jul 11, 2024
1 parent 48260d0 commit 622b80a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/content/dev/20240711-ecosystem-explosion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: 生态爆炸
pubDate: 2024-07-11
tags: [🔭技术]
---

像 Web 技术这样没有大公司主导的开放技术体系,很容易出现生态爆炸💥,导致技术选型过于耗费精力。

解决办法是:

1. 如果是新人,可以找找整合型的框架体系,比如 Vue,对于 React,整合性更好,用起来更方便,选择没那么麻烦。
2. 如果是熟手,可以自己从复杂的生态系统中攒一套最适合的技术栈,比如 React 熟手,可以按项目需求和团队的熟悉度,从 React 丰富的生态库中挑选最合适的。
3. 如果是专家,还可以不依赖任何现有框架,自己搭建核心框架,挑选精简的库,实现核心系统。只在边缘辅助系统里使用现有成熟框架和库。比如云风自己做游戏,就用的自己开发的引擎。

0 comments on commit 622b80a

Please sign in to comment.