Question: Reusing React?
See original GitHub issueForgive 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:
- Created 5 years ago
- Reactions:2
- Comments:10 (8 by maintainers)
Top 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 >
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 Free
Top 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
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.
@mgrip That’s great! Thank you for sharing, I will start experimenting with your reconciler and see what happens 😃