-
-
Notifications
You must be signed in to change notification settings - Fork 328
ReactPy VS PyneCone #988
-
ReactPy VS PyneCone
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 1 reply
-
In general, my argument against PyneCone is that it relies on what (from what I can tell) is an outdated Model-View-Controller (MVC) strategy for state management. Over time, frontend developers have found that MVC just doesn't scale well. Wherever possible, ReactPy tries to replicate the well-liked and battle-hardened interfaces pioneered by ReactJS.
With that said, it seems like PyneCone, as it says, comes with a few more "batteries included" - for example, a database and built-in components based on Chakra UI. This comes at the cost of some flexibility though of course.
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1
-
For example, due to ReactPy's modular construction, it can run in a variety of different contexts (e.g. Django and Jupyter Notebooks). This allows you to write your components once, and use them anywhere.
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1