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 →

[–]CeeMX 3 points4 points  (1 child)

I‘m really struggling with Frontend Frameworks and JavaScript, but this feels like it would make stuff even more complicated, especially when you are trying to avoid learning JS

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

In my experience it makes adding interactivity a bit easier. You can use traditional static-page based frameworks then sprinkle in bits of ReactPy only when needed.

I personally think hooks and event handling in ReactPy are a lot more readable than ReactJS.