You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
我来为您介绍一些轻量级的代码高亮库,同时也看看您项目中目前使用的是什么方案。
[2 tools called]
根据您的代码,我看到项目中已经安装了
react-syntax-highlighter,但目前被注释掉了。让我为您介绍几个优秀的轻量级代码高亮库:推荐的轻量级代码高亮库
1. Prism.js ⭐ 最轻量
prismjs+react-prism或prism-react-renderer2. Shiki ⭐ 高精度渲染
@shikijs/react或shiki3. Highlight.js
react-highlight或直接使用4. react-syntax-highlighter (您目前使用的)
5. Lowlight ⭐ 虚拟 DOM 友好
react-lowlight推荐方案
根据您的项目场景,我推荐以下方案:
方案 A: Prism.js (最轻量)
方案 B: Shiki (最佳效果)
方案 C: 优化当前的 react-syntax-highlighter
如果不想更换,可以优化导入方式减少体积:
性能对比
需要我帮您实现其中某个方案吗?
Beta Was this translation helpful? Give feedback.
All reactions