Open Keith-CY opened 1 year ago
There're several dependencies unnecessary in this project, such as echarts-for-react, query-string, please do a refactoring to remove them
echarts-for-react
query-string
The native echarts is easy to use so the wrapper is redundant, and the query-string could be replaced by the native URLSearchParams
echarts
URLSearchParams
Ref:
PR: https://github.com/nervosnetwork/ckb-explorer-frontend/pull/1207
There're several dependencies unnecessary in this project, such as
echarts-for-react
,query-string
, please do a refactoring to remove themThe native
echarts
is easy to use so the wrapper is redundant, and thequery-string
could be replaced by the nativeURLSearchParams
Ref: