This extension is built on top of existing TodoMVC app from Redux documentation. It mainly servers as an example for web developers using ReactJS and Redux showing how to use standard web technologies to build Firefox developer tools extensions.
- Install the extension
- Open a browser tab and developer tools toolbox on it (F12)
- Select the
Todotoolbox panel - Follow instructions in the panel
- http://rackt.github.io/redux/docs/introduction/index.html
- http://facebook.github.io/react/docs/tutorial.html
- Add-on SDK: https://developer.mozilla.org/en-US/Add-ons/SDK
- DevTools API: https://developer.mozilla.org/en-US/docs/Tools/DevToolsAPI
- DevTools/Hacking: https://wiki.mozilla.org/DevTools/Hacking