Since it's such a similar project, let's examine it carefully and learn what we can from it.
Related question: what's the mission statement of concur-replica, and are we intentionally building something different than LiveView in some ways? Eg in LiveView I believe you can have a page that's mostly static, but has one or more "LiveView"s embedded within it. Whereas with concur-replica either your whole page is concur-replica or none of it is.
Since it's such a similar project, let's examine it carefully and learn what we can from it.
Related question: what's the mission statement of
concur-replica
, and are we intentionally building something different than LiveView in some ways? Eg in LiveView I believe you can have a page that's mostly static, but has one or more "LiveView"s embedded within it. Whereas withconcur-replica
either your whole page isconcur-replica
or none of it is.