Posts
Members
Info
·336d# Questions
RealWorld example apps
I'm new to web development and trying to use Imba for my first web app. Loving it so far. On a different note, I see Imba is represented at RealWorld example apps (https://github.com/gothinkster/realworld). I would expect it to be one of the fastest. But testing it…
0
0
Access class variable from constructor
Is there any way to access @fields in the following example: https://scrimba.com/c/cgqGd7hP ?
1
5
How to configure webpack to use babel alongside imba
Below is my webpack configurations where babel has no effect:
0
3
asp.net mvc + imba
I am feeling ambitious this evening. I am considering developing a ViewEngine for asp.net core mvc with Imba as that service. Wondering how hard it would be to link the two.... perhaps I'd have to port the Imba compiler to C# first.... hmm..... anyone wanna stop me before I go…
0
3
Is there a difference between import and require?
Does Imba compile each one to its JavaScript equivalent and lets Babel/Webpack take care of the rest?
0
6
What is `@` for?
Ahmed Tarek @pushqrdx 17:16 i am so confused about the @ thing :D is it a shorthand for prop or do i need prop? …
1
0