-
-
Notifications
You must be signed in to change notification settings - Fork 328
-
@rmorshea Amazing work! Congratulations.
Can we all count on ReactPy long-term in our projects? What are your plans - is this something you see yourself working on for many years to come? Would love to get a solid yes here! :)
I'd be interested in using MaterialUI components. This will require writing Python wrappers to their JS components. Do you think this is possible to do at the moment with ReactPy?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 4 comments 2 replies
-
I've been working on this project since 2019 (back when it was called idom) and before that in a prior ill-fated iteration from 2018. I don't expect that to change any time soon.
With respect to MaterialUI, there are two main areas of friction I can foresee:
- The first is around passing children to components that are implemented in JS since the children are passed as VDOM elements rather than rendered ones. I've been thinking about some ways to make this easier, but it hasn't been high on the list of priorities since no one has asked about it. If you're interested, this is something that I could take time to work on and document.
- The second relates to the fact that (I think) in some places MUI passes components as props. This is also likely solveable, but I haven't put enough thought into it to have any concrete ideas there.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
I've been helping out with this project since 2021.
I similarly long term plans for maintenance of the following:
And upcoming tasks I'm adopting:
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
Wow, someone just started making video tutorials: https://www.youtube.com/watch?v=sk1DY75ZRw0
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 2
-
@rmorshea and @Archmonger , it's great to see so much enthusiasm from you two to make this project a success. My experience so far (one day only) with ReactPy has been quite positive. I'll try to investigate using MaterialUI with ReactPy in my spare time and tell you about my experience (and suggestions on what could be changed in ReactPy to make this process easier).
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1
-
Hello there,
Would be also very curious about MUI support.
Great work, thanks a lot! Am starting to play with it.
Beta Was this translation helpful? Give feedback.
All reactions
-
Great to hear! Shoot us a message on Discord if you have more questions :)
As for MUI, we have a custom Javascript interface, but we're working on some changes that will hopefully make that much easier and streamlined.
Beta Was this translation helpful? Give feedback.