Your point about teleporting is so true! I haven’t thought about that but noticed how small this world seems. I had the same feeling in the last seasons of Game of Thrones but there it was very noticeable because earlier seasons really managed to give a sense of time and distance and then it changed.
ClassifiedPancake
We have all the solutions, we just need to execute them.
It does make sense when you mix. You get the benefit of instant rendering and dynamic content all in one. And web dev becomes even more complicated…
Gerade jetzt wo ich anfange Filterkaffee zu bevorzugen
It might be the „fault“ of the material as it is based on books like the Silmarillon which in itself is a collection of (not very exciting) stories. It might have been more fitting to have multiple limited series or movies about each story. On the other hand, that’s how Star Wars became such a mess that no one cares about anymore…
There is no latency on static pages. They are rendered once as regular HTML and then saved on the server to be immediately ready for the user. The server is only processing that initial data fetching and rendering once per site. If needed, it can be retriggered. This is great for blogs and other regular pages.
Server pages on the other hand will do the initial fetch request every time but once the site is there, no data is missing and everything is there. It’s not for everyone. Regular dynamic pages still make sense. For every method there are use cases.
Disclaimer: I’m speaking from my experience with Next.js which did the same thing long before and React now aims to make that easier. But I’m not sure if React has the distinction between static and server. It’s all new and I haven’t had a project to test it on yet.
It’s called Server Components. If you actually build a fully static website, there is no DOM modification going on. I would actually not recommend doing that with React because it kinda defeats the purpose. The goal of it is to have a mix of both. The initial render is super fast because it is prerendered once for everyone. Then dynamic data is being fetched if needed and elements are replaced. It also improves SEO.
React 19 is not yet officially released but you can read more about it here https://react.dev/blog/2024/04/25/react-19
The Sauron and Celebrimbor relationship was pretty cool and I was invested in this story.
Also enjoyed the dwarf storyline a lot!
I was very disappointed the Stranger actually turned out to be what everyone suspected from day one. Why keep this fact hidden for two whole seasons if it's not even surprising?
Cool to see Tom Bombadil. I expected him to be much quirkier from the books though.
Adars end was underwhelming. His whole arc never really went anywhere or wasn't clear enough.
I agree with you the Numenor stuff is confusing and not interesting at all.
All in all I liked the second season a lot more than the first but it all feels a bit aimless as there are many parallel stories that don't seem to relate to each other (at the moment) and there is no main goal.
I’m annoyed by paywalls but I understand and accept them. I never view my payment as a donation, it’s just a way to get access to content. What troubles me is when important information is hidden to the public that might guide you in your understanding of the world and therefore (political) decision making.
My interest in anything online was gone the moment my Destiny group that came together to have fun was yelling at me because I was dying in a raid and laughed about it. Even Rocket League became too serious.
I’m a React dev. You can create server side websites, written in JS, that don’t require JS to be turned on in the browser. Granted, this just became a new official feature in React but has already been available with React frameworks like NextJS
I wouldn’t call myself a lazy shit just because I don’t care to update the clock on my fucking microwave, oven and kitchen scale. Why do all these devices have clocks anyways it does not make sense.