react-monocle icon indicating copy to clipboard operation
react-monocle copied to clipboard

React Monocle Rewrite

Open mbchoa opened this issue 8 years ago • 1 comments

Have had a number of months to reflect on React Monocle's current implementation and have come up with some ideas on potential rewrite of the tool.

Goals

  • Better modularization of internal mechanisms which handle the parsing, transformation and generation of React source code
  • Upgrade and modernize toolset being used (React, webpack, babel, etc.)
  • Simplify CLI to be more developer-friendly
  • More robust error handling and developer feedback

Major Changes

  • Use babylon parser in favor of acorn
  • Integrate and hook into react-dev-tools to utilize component hierarchy generation

Challenges

  • Integrating with react-dev-tools

mbchoa avatar Apr 23 '17 19:04 mbchoa

That would be really awesome.. I've been wanting to use this for quite a while! :D

ViggoV avatar Jun 14 '17 11:06 ViggoV