imba / docs.imba.io

📝The official Imba documentation
https://docs.imba.io
4 stars 3 forks source link

Sample applications for Imba #3

Open somebee opened 5 years ago

somebee commented 5 years ago

Hey. I know that one of the big challenges getting started with Imba right now is the lack of examples of real applications. Even though Imba theoretically allows you to write apps without state management, I guess it's pretty difficult to figure out how to actually structure an app in Imba.

Do you have any ideas of what kind of example application you would like to see? I guess it would be smart to create a decent sample that uses apollo, firestore or some other well known data layer to help people get started. Ideas?

akaufmann commented 5 years ago

I'd like to see an example of https://hnpwa.com/ using Firebase and SSR.

eran-or commented 5 years ago

I'll love to start with Imba when it will compile to mobile native like react native

AlexanderZvyagin commented 5 years ago

I need better documentation (of the language) more than examples. The official guide is not enough.

aalemayhu commented 5 years ago

@WarShoe can you elaborate, what kind of examples?

gortang commented 4 years ago

It would be nice to have an example on both using imba at the front-end and the back-end, because so far there are quite numbers of front-end example but lacking of a full stack solution

Bohooslav commented 4 years ago

I can make an example of using Imba with Django and post a small tutorial on Medium. If it will be good, just vote this post.

ericvida commented 4 years ago

Agree with @akaufmann. I'd love to see some firebase examples.

altteo commented 4 years ago

Firebase would be a pretty complex exmple (and most of it would be a js code form firebase documentation translated to imba).

I'd prefer some simple example with state in the separate class.