-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[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.