reactpy
reactpy copied to clipboard
Class Based Components (CBC)
Current Situation
React has the ability to define class based components while we don't. In some situations, components look a lot cleaner when organized in this fashion. Additionally, it allows for developers to use inheritance.
Proposed Actions
See if creating a class based component implementation within IDOM is feasible. If it doesn't significantly improve readability, then there isn't any point.
See this PR for our first-stab at CBC.
- #518