matwii / app-dev-tools

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

Home Page:https://kentcdodds.com/blog/make-your-own-dev-tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://kentcdodds.com/blog/make-your-own-dev-tools


Languages

Language:JavaScript 73.6%Language:HTML 15.6%Language:CSS 10.8%