AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Jasper Development
Jasper has to be able to point to those static files, right? Yeah, exactly. Surprisingly challenging part to figure out that all the static files are also served correctly because without those you could render some static HTML but it wouldn't be interactive,. So I do do something in the browser. And yeah, because all those files has to be pre-compiled, right? Because you write the component logic and then you render it once on the server when you do server rendering. But you also have to compile it to JavaScript, like compile the dart to JavaScript and then serve it as a static asset. You can't dynamically compile your dart to JavaScript file at least like this would be way