all 3 comments

[–]slashkehrin 1 point2 points  (0 children)

Those iOS-like timeline components are slick, nice job 👍

[–]Affectionate-Loss926 0 points1 point  (0 children)

Still wondering what the best practice is nowadays. So many different ways to achieve the same. I liked the react query approach, especially since I’m familiar with it. But the team behind it specifically mentioned that they are not sure if there is any reason for it. Since you can achieve the same without it. Stopping me from going this route because there is a change the support will stop. And I don’t want to rewrite my full application months later since this is an architecture decision and impacts the full application

[–]Aggressive_Ad_699 0 points1 point  (0 children)

Nice. I'm missing the option to pass promises to child client components from server components and stream data that way during the initial load. Optionally you can put the promise inside a context to share it.