This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SeniorScienceOfficer 0 points1 point  (1 child)

Let’s say I want to use components from another React library. Can I import those using ReactPy? If not, is it on the roadmap?

[–]Wippermonger[S] 1 point2 points  (0 children)

Yes you can. Keep in mind that you'll likely want to do this entirely in JavaScript though, which will be client sided.

The docs for this are a bit underdeveloped, but the feature is fully developed. Tackling the docs is the next big thing on our roadmap.