Skip to content

An example of how to create and hook up App DevTools to improve your development productivity of your application

Notifications You must be signed in to change notification settings

kentcdodds/app-dev-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App DevTools

A little demo of how you might implement custom App Developer Tools.

In this example, we're using custom DevTools to make it easy to enable/disable "feature toggles". Please note that the concept of App DevTools has WAY more applicability than just feature toggles.

Files to take a look at to learn how the feature toggles are implemented for this app:

  • public/config.js
  • public/index.html
  • src/feature-toggles.js
  • src/App.js

Once you understand how the feature toggles work, then check out how the dev tools are installed and how they allow you to interact with the feature toggles by opening src/index.js and files in src/dev-tools/.

About

An example of how to create and hook up App DevTools to improve your development productivity of your application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published