Colton Idle
06/14/2021, 4:29 PMspierce7
06/14/2021, 4:54 PMjim
06/14/2021, 5:18 PMspierce7
06/14/2021, 5:52 PMCompose for web is not faster than React.jsIs this an assumption or something that someone has measured?
Arkadii Ivanov
06/14/2021, 6:14 PMRight now, the primary reason to use Compose for Web would be that you want to maximize code/knowledge sharing
I played with Compose for Web last weekend, and I find that Compose code sharing is not the case currently. I had to use lots of components like
Div
, TextArea
, A, P , etc, which obviously are web-specific. So I ended with a completely separate implementation of UI for web.
So I would expect component unification as a primary target for now. Just my opinion.[JB] Shagen
06/14/2021, 8:08 PM