if Ruby and React had an indentation based lovechild, what would it look like? Imba is a new programming language for the web that compiles to performant and readable JavaScript.
somebee on master
Reset Stack.tag before each com… Bump version to 1.4.2 (compare)
somebee on master
Lookup event handlers up the ow… (compare)
somebee on master
Reset rewriter between runs Merge branch 'master' of https:… (compare)
But it is absolutely new feeling when language is such light
This drove me to Imba. At first I thought it couldn't get any easier than with Svelte ... and then came Imba. But every now and then implicit things or magic can become problematic. For small projects this is often not the problem but when it gets more complex it can lead to problems. I haven't done a big project in Imba but I know it from the JS framework world. But my team and I are currently deciding what to use for our next big project and since there is no experience how Imba behaves in big projects (there is no TS which is essential for us) it is a risk. So we observe the development because it’s cool :)
I know and I trust @somebee but getting SSR/SSG right is tricky. Take a look here https://twitter.com/devongovett/status/1222953655722110981. Even with Next.js or Gatsby, it's not perfect and that's what they're there for.
I would remove SSR as soon as it is no longer necessary - makes a lot of things more complex - but we are not living in this time yet.
The main question you should have - what will we do when our server startes to freez. And what will we do after we plug in all the hardware in it and it is still freezing (because of the heavy load)
We use the power of Cloud Run/Firebase hosting and the expertise of the engineers there.