reactpy icon indicating copy to clipboard operation
reactpy copied to clipboard

Class Based Components (CBC)

Open Archmonger opened this issue 3 years ago • 0 comments

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

Archmonger avatar Apr 16 '22 20:04 Archmonger