Integrate with Recon
See original GitHub issue@chrisui release Recon at ReactEurope a few days ago, and it’s basically a much better react-docgen
!
We should look into replacing docgen
with this asap: https://github.com/recon-js/recon
Issue Analytics
- State:
- Created 7 years ago
- Reactions:4
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Recon Connect – Manage Your Reconditioning Workflow ...
No more jumping between programs. Integration is here. Introducing Recon Connect. Rapid Recon Connect is a complimentary browser extension for all Rapid ...
Read more >Using the Recon Integration Commands
Open an active channel. · Right-click an event, select Integration Commands, and select Recon Search. · In the popup, select a type of...
Read more >Announcing Recon Connect - YouTube
Integration everywhere is here. Rapid Recon users can access reconditioning data using Google Chrome or Microsoft Edge browser, ...
Read more >RECON guidelines
This document provides guidelines for package development which are meant to promote clearer, robust, maintainable, and well-documented code. It borrows largely ...
Read more >Workforce Recon - New Salesforce.com integrated Field ...
Start tracking everything with simplicity and increase profit margins instantly with the new Salesforce.com integrated Field Recon app.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
👍
So a quick update: I will be on holiday for the next week and a bit but after that I will be around to personally get Recon integrated into Carte Blanche!
Before that I’m hoping to put together some docs around the interfaces of Recon so that we can, as a community, ensure everyone’s tool’s needs are met 😃
Right. So sorry about the delay and silence! Had a much needed holiday extension and have some crazy things occurring at work.
I have pushed a new version of
recon-engine
(the guts behind recon) which is, I’m happy to say, working very well on our pretty extensive and intricate codebase at Lystable. I’m soon going to be reaching out to whoever I can to try and target all the edge cases there are bound to be. Note this is not a very user friendly version to begin with.Current example output (across ~1,500 modules with ~700 components, takes 15 seconds to generate) can be found here: https://raw.githubusercontent.com/lystable/recon/master/packages/recon-engine/test-run.json which is generated from this query: https://raw.githubusercontent.com/lystable/recon/master/packages/recon-engine/src/engine/__fixtures__/basic-app/query.graphql
Highlights here are pulling out prop usage data, dependencies, dependants etc!
The current big blockers for any usage within carte-blanch I see are:
react-engine
is spawned somewhere so it can discover all the users components and provide an interface for querying.Anyway just wanted to give a quick update on progress and allow any further questions to be asked!