sc0ttj / component

A tiny library for isomorphic JavaScript components
MIT License
2 stars 1 forks source link

new "devtools" add-on #20

Closed sc0ttj closed 3 years ago

sc0ttj commented 3 years ago

New "devtools" add-on

Added a new devtools add-on for debugging your components.

It's a bit like React devtools but simpler:

Contains modified versions of:

There's a screenshot of the devtools at the end of this post.

Screenshots

Here's the devtools add-on, showing the "vertical" or "side view:

sc0ttj-devtools1

Here is the devtools (bottom), showing details of the "table2" component (top):

sc0ttj-devtools2