Daily Shaarli

All links of one day in a single page.

April 25, 2018

Testing Strategies for React and Redux – Mozilla Hacks – the Web developer blog

When the Firefox Add-ons team ported addons.mozilla.org to a single page app backed by an API, we chose React and Redux for powerful state management, delightful developer tools, and testability. Achieving the testability part isn’t completely obvious since there are competing tools and techniques.

Below are some testing strategies that are working really well for us.