Magickbase / ckb-explorer-public-issues

CKB Explorer Issues
https://explorer.nervos.org/
3 stars 2 forks source link

Remove unnecessary dependencies #203

Open Keith-CY opened 1 year ago

Keith-CY commented 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

The native echarts is easy to use so the wrapper is redundant, and the query-string could be replaced by the native URLSearchParams

Ref:

pygman commented 1 year ago

PR: https://github.com/nervosnetwork/ckb-explorer-frontend/pull/1207