skortchmark9 / reselect-tools

Debugging Tools for Reselect
MIT License
427 stars 24 forks source link

Question: running in development versus production #8

Closed andrew-codes closed 6 years ago

andrew-codes commented 6 years ago

Good morning. First and foremost, thank you for the great work on this tool! I have only started using it, but already it has been a great help in getting our selector optimizations underway.

From the examples provided, it seems the reselect-tools would be run in both development and production. Have you noticed a perceivable performance impact of running this in production? Or are the examples more for simplicity and we should configure our app in some way to only run this tool in development? If we should only run this in development, I am happy to submit a PR to the docs with some ways to accomplish this or if you have thoughts on how it would best be handled.

Again, thanks for all the hard work!

skortchmark9 commented 6 years ago

Hey Andrew - my goal was to make it usable both in development and production - unless you're noticing performance issues you should be good. Let me know if you find something slowing your app down.

skortchmark9 commented 6 years ago

@andrew-codes let me know if there's anything to do here, but I'm closing for now.

skortchmark9 commented 5 years ago

Also, there's this possibility: https://github.com/skortchmark9/reselect-tools/issues/20