RocketChat / Rocket.Chat.Apps-engine

The Rocket.Chat Apps engine and definitions.

Home Page:https://rocketchat.github.io/Rocket.Chat.Apps-engine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Idea] Building UIKit blocks by JSX

cuonghuunguyen opened this issue · comments

From my experience developing apps with UIKit, it is too complicated to build a UIKit component.

An idea just came up to my mind is that we may use JSX to build those blocks and use react-reconciler to convert them to UIKit blocks.

What do you guys think about that? Should that be an external lib or built-in functionality of Apps-Engine?