web-infra-dev / rspress

🦀💨 A fast Rspack-based static site generator.
https://rspress.dev
MIT License
1.19k stars 106 forks source link

[Perf]: The version and languages in nav may be optimized #1055

Open shulaoda opened 1 month ago

shulaoda commented 1 month ago

What problem does this perf solve?

packages/theme-default/src/components/Nav/menuDataHooks.tsx I found that there are many duplicate parts in two of the code segments, especially the replaceVersion and replaceLang functions. Perhaps they can be optimized?