Hacker News new | ask | show | jobs
by laserpistus 1296 days ago
We use it for both backend and frontend of our site scrimba.com including the custom video format that renders each frame as dom. I think we have a non-toy amount of users. Example of a video: https://scrimba.com/scrim/czvKPPsw

And we are hiring if you want to work with the imba language:)

1 comments

Everything rerenders there is no partial updates at all?
Everything rerenders from the root of the editor (that is - not the syntax highlighting of the code itself - as that is handled by monaco).