chore(web): memoize default url since it'll mostly always be the same no matter what

This commit is contained in:
41666 2021-03-13 05:16:25 -05:00
parent a87ccd9c54
commit fac361d277
3 changed files with 23 additions and 13 deletions

View file

@ -19,6 +19,7 @@
"@types/node": "^14.14.33",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"memoize-one": "^5.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",