mitmproxy / mitmweb

GSoC Issue tracking for mitmweb.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evaluate react-router alternatives

mhils opened this issue · comments

react-router slows down mitmweb significantly at the moment. Given that we only use it lightly (and it creates more maintenance burden than anything else), we should consider just removing it and doing the little plumbing we have ourselves. It may just be enough to take react-router's underyling history library to parse the URL on start and then unidirectionally push updates later on.

@gzzhanghao, thoughts?