[WIP] improvement: use jaspr to render html page#76
Conversation
|
Awesome! I was a bit worried that rendering would take too long. I measured I already feel more confident writing logic in Jaspr vs plain HTML/CSS. I'm happy to take it over from here ✌️ |
|
Very cool. I'm setting up the client logic right now, give me another day then you can take over 😊 |
|
Now its fully migrated, Jaspr renders both server-side (the html generation) and client side (the interactivity). To keep the setup simple, I added a tooling script that compiles the client-side code to js and places it in the For now I just mirrored the exact design and functionality of the existing website, but I'm happy to help with improving this as a follow up if you want. |
…o jaspr-timeline # Conflicts: # lib/src/timeline/html/print_html.dart # lib/src/timeline/html/web/timeline_app.dart
|
Thanks so much @schultek for your efforts |
@passsy What do you think?
Just the proof of concept for now, can be improved.