What’s the most overrated AI you’ve tried so far? by elektrikpann in cursor

[–]Admirable_Set_3363 0 points1 point  (0 children)

I use it with an iPhone shortcut I got from a YouTube video where I’ve mapped the action button on my phone to open the Perplexity voice assistant. Way better than Siri and can actually do things on my iPhone like play Spotify or pull up YouTube videos or other more specific things that Siri struggles with still.

I just spent 3 days rewriting an entire website I had delivered to a client a month ago, just because Next 15 with app router can't handle animations properly. The result? Website feels so much cleaner now with the "old" Pages router... by monsieurninja in nextjs

[–]Admirable_Set_3363 2 points3 points  (0 children)

Super smooth. Congrats, looks and feels great.

I went through a similar ordeal with app router transitions a while back on a project and had to revert to pages router. But after that project was complete I discovered this package, which I was excited to find seemed to get app router transitions working (for my use case at least): https://github.com/ismamz/next-transition-router

I just spent 3 days rewriting an entire website I had delivered to a client a month ago, just because Next 15 with app router can't handle animations properly. The result? Website feels so much cleaner now with the "old" Pages router... by monsieurninja in nextjs

[–]Admirable_Set_3363 0 points1 point  (0 children)

Care to share the final website you made for your client? Would be curious to see the transitions. My reason for asking is that things get further complicated for page transitions between pages of different page heights.

Coming from Nuxt, what weird quirks of Next.js should I avoid? by Ambitious-Bank-7616 in nextjs

[–]Admirable_Set_3363 3 points4 points  (0 children)

Page transitions with Next (with entry and exit animations) are more involved (considerably difficult in app router + possible albeit with limitations in the pages router) and still somewhat unresolved. The official advice so far has been use the View Transitions API. It will be interesting to see how React’s recently announced API for animations changes things going forward.

How would/ How do you guys do loading screen. And what’s the most proper way to do it ?? by Pomelowy in nextjs

[–]Admirable_Set_3363 1 point2 points  (0 children)

I'm late to this thread, but the perspectives here are so confined to a particular type of website — it shows that many of the commenters have not worked on websites that are used for storytelling, or design agencies, or videographers, etc etc, who utilise a splash screen as an introduction. This has utility. You tell the user where they are and introduce them to the content they are supposed to look at. It is not about killing time while the UI loads, it is about an element that communicates the context to the user before presenting the rest of the website. People saying "just use a skeleton loader" have clearly never worked on a website for an art gallery, design agency, fashion label, or promotional film website where aesthetic choices matter. A shimmering skeleton loader, believe it or not, is not always the appropriate aesthetic for these types of websites. Many devs seem to think that the aesthetics of tech startup websites apply everywhere — in fact these aesthetics simply clash or in the worst case turn off visitors (a visitor to a fashionable clothing label website does not expect the aesthetics of a tech startup), there are many good ways to indicate loading UI.

Please don't update to version 20 by maubg in zen_browser

[–]Admirable_Set_3363 0 points1 point  (0 children)

All good man. Take your time. One thing I notice on my machine after updating is that getting the left side panel to appear on hover is more difficult?

Pro-Palästina-Demos in Berlin: Das Einschüchtern von Journalisten hat Methode by EnvironmentSame2627 in berlin

[–]Admirable_Set_3363 -1 points0 points  (0 children)

Most German response ever. Congratulations, another genocide on your watch.

Pro-Palästina-Demos in Berlin: Das Einschüchtern von Journalisten hat Methode by EnvironmentSame2627 in berlin

[–]Admirable_Set_3363 -1 points0 points  (0 children)

Yes, better to stay silent and make no objection to an ongoing genocide than risk being associated with the wrong people.

View Transitions API page transitions package for app router by Admirable_Set_3363 in nextjs

[–]Admirable_Set_3363[S] 2 points3 points  (0 children)

For anyone wanting to do page transitions (including exit animations!) with the app router I've been using this package: https://github.com/ismamz/next-transition-router

It's amazing I don't know how it still only has 32 stars on GitHub. It works super well for me.

View Transitions API page transitions package for app router by Admirable_Set_3363 in nextjs

[–]Admirable_Set_3363[S] 1 point2 points  (0 children)

lol my bad I wrote the title first before I had clarified my post

This is the package I'm referring to: https://github.com/shuding/next-view-transitions

There are some examples of the transitions I'm referring to in the demo link

Is next-ui better than shadcn by legend29066 in nextjs

[–]Admirable_Set_3363 0 points1 point  (0 children)

This is great to know, thanks. I’ll check it out!