Aalexbit-codemod

react-router/4/replace-location-query

No description available

migration
Public
0 executions

Run locally

npx codemod react-router/4/replace-location-query

This codemod replaces instances of location.query with parse(location.search), where parse is a function imported from query-string.

Before

jsx

After

jsx

Ready to contribute?

Build your own codemod and share it with the community.