question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Question: Reusing React?

See original GitHub issue

Forgive me if this discussion has happened elsewhere already, or if this is not even possible… but I’m curious if its been discussed to make ink basically analogous to ReactDOM, but for interacting with the cli, while being able to reuse React itself for all of the component-based logic?

Curious to hear your thoughts!

p.s. this library is awesome, thank you for your contributions!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:10 (8 by maintainers)

github_iconTop GitHub Comments

3reactions
mgripcommented, Jun 4, 2018

I have a small POC working for this just to prove out feasibility - @vadimdemedes let me know if you think this is a direction that would make sense for this project, otherwise I can spin it off into a different one.

2reactions
vadimdemedescommented, Jul 14, 2018

@mgrip That’s great! Thank you for sharing, I will start experimenting with your reconciler and see what happens 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

How To Reuse React Components
Of course, React no longer recommends using mixins as a reuse solution for a long time, but it can still provide support for...
Read more >
Reusable Components in React — A Practical Guide
How to design reusable React components and reuse them across projects and apps. Learn more about best practices with fragments, props, ...
Read more >
Reusing components in react and telling the ...
I'm having a little bit of difficulty figuring out how to reuse components in many places. Obviously the reason why react is so...
Read more >
Render Props
Components are the primary unit of code reuse in React, but it's not always ... Now the question is: How can we reuse...
Read more >
Create Reusable React Components The Right Way
A practical guide on how to share and reuse React.js components between applications. Quick question: You've just built the world's coolest FormField for ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found