kwicherbelliaken / bad-reviews-make-good-movies

0 stars 0 forks source link

[FEATURE]: update astro and make use of view transitions for main to watchlist transition #61

Closed slackermorris closed 9 months ago

slackermorris commented 9 months ago

OK. Time to roll up the sleeves and see how to do view transitions. I think coding in public has an example.

slackermorris commented 9 months ago

I don't think I should be fetching all the WatchlistMovies in the front matter of the watchlist page entry point.

I think this is what is slowing me down considerably.

Screen Shot 2023-11-17 at 4 15 30 PM
slackermorris commented 9 months ago

Also, there is no consideration for error handling in the front matter.

slackermorris commented 9 months ago

Does Astro offer an loaders while data is being fetched on the server and the component is being built?

slackermorris commented 9 months ago

https://github.com/slackermorris/bad-reviews-make-good-movies/assets/35620369/e3364cfc-a9ad-404e-bc4b-6b87b87107bf

I am slowing making my way through this https://www.youtube.com/watch?v=9T4N0cIlBUE&t=2s which is handy.

slackermorris commented 9 months ago

I suppose the question should be what aspect of View Transitions do I want to make use of.

slackermorris commented 9 months ago

I am curious why the transition between the pages is so slow to begin with.

slackermorris commented 9 months ago

OK I actually don't think I have anything pressing that I want to use this on.