coryhouse / reactjsconsulting

React Related Resources
http://www.reactjsconsulting.com
378 stars 37 forks source link

Custom Dev Tools #135

Open coryhouse opened 2 years ago

coryhouse commented 2 years ago

Every setting should have a corresponding setting in the URL. This makes it easy to share the settings between devs, easily reproduce tickets, and load the app in a given config for automated tests without using the dev tools themselves (loading via the URL is faster because it avoids the overhead of tools like Cypress clicking in the dev tools). Alternatively, can provide a "Copy config to URL" button.