marko-js / marko

A declarative, HTML-based language that makes building web apps fun
https://markojs.com/
MIT License
13.25k stars 643 forks source link

Marko for mobile? #645

Closed selforganized closed 6 years ago

selforganized commented 7 years ago

Hi. Just read about Marko recently. Can Marko be used for mobile app development - does it have anything similar to React Native or Ionic?

mauricionr commented 7 years ago

I'm using marko for a progressive web app, so i guess marko can do it

marko <3

selforganized commented 7 years ago

mauricionr,

Can you talk a bit about how you do it? Do you use any other libraries/frameworks? Thanks.

sebastianmacias commented 7 years ago

@mauricionr if you have the time, a write up or a github starter repo would be really appreciated.

Grouping efforts towards building something like https://github.com/nuxt/nuxt.js for marko would be great, I'm willing to contribute, however it seems like there are still a few missing pieces to the puzzle such as client side routing. So an example of a barebones PWA with client side routing and offline capabilities would make a good starting point.

mauricionr commented 7 years ago

I'm using the pwa checklist from google and the sw-toolbox, and i'm not using client side routing.

@sebastianmacias @selforganized i will put the example in my repo :rocket:

austinkelleher commented 7 years ago

Marko does not currently have a framework with native bindings like React Native, but you can certainly create a static build of your app and use Phonegap etc.

Check out: marko-phonegap

mauricionr commented 7 years ago

@sebastianmacias @selforganized

I started implement service worker in my demo at PWA Road Show São Paulo

checkout of my demo repo and live demo

image

Hope this can help with PWA :rocket:

patrick-steele-idem commented 7 years ago

Another developer built a mobile app using Marko + Framework7: https://twitter.com/rtalwar26/status/847702923198963716

I haven't used Framework 7 myself but it looks promising. I installed the ConfEngine app built using Marko and Framework7 and looks very nice on my iPhone.

sebastianmacias commented 7 years ago

@mauricionr thanks! will be checking it out later this week

mauricionr commented 7 years ago

I will get some free time to improve them :)

anupdineout commented 7 years ago

Bro , I need client side Routing mechanism for MarkoJS + Marko Widgets with SEO things .Please suggest me regarding

patrick-steele-idem commented 6 years ago

Doing some fall cleaning and closing this issue. Our focus is on building web applications and that includes desktop web applications and mobile applications. There are no plans to support native at this time. There are a variety of frameworks available for creating hybrid mobile apps that work with Marko: