Hi…
I am creating dashboards for Web Application on React Front End, And i also want to create Mobile Application using React. How do i segregate each of them…
My Question is:
- Should i create Responsive Dashboard, so it can be also used as Mobile App…
Can you suggest me, how to develop the Web Dashboard and Mobile App…?
We will ship basic React Native starter in the next feature release, see the corresponding pull request.
As part of these effort we separated cuba-react package to
cuba-react-core which can be used on any platform (mobile/web)
and
cuba-react-ui which provides UI components based on Ant Design (only for web)