component-inspector icon indicating copy to clipboard operation
component-inspector copied to clipboard

Add support React 16.*

Open Mavrin opened this issue 8 years ago • 3 comments

  • [x] Use prop-types from separate package
  • [ ] Use strategy for different React versions in react/create-api.js instead if else hell

Mavrin avatar Oct 26 '17 17:10 Mavrin

nice work~ how is the progress?

Pines-Cheng avatar May 22 '19 07:05 Pines-Cheng

@smelukov had refactored API logic and extracted it into an abstraction layer (a lib) to work with React 15 & 16. It works good on our internal project. However, we didn't backport it or published as a package. I believe we’ll find time to finish it. What do you think, @smelukov?

lahmatiy avatar May 22 '19 08:05 lahmatiy

@Mavrin @Pines-Cheng @lahmatiy due to the reason, I made a package for React 16

https://github.com/zthxxx/react-dev-inspector

Preview (gif 8M):

inspector-gif

zthxxx avatar Sep 23 '20 08:09 zthxxx