The smooth transitions in the video are amazing! Loved it much!! 🔥🔥🔥
@tobitacklestechАй бұрын
Thank you 🙌
@seifadel87594 ай бұрын
I was working on a new project that needed internationalization, been working with next for a few months now but decided to give up and just use react, the whole process feels ALOT smoother and less headache
@tobitacklestech3 ай бұрын
Yes it’s a good Ida to learn first react and get into Next js later, some say Next.js is easier but thats not fully true, maybe I do a comparison Video about that ;)
@seifadel87593 ай бұрын
@@tobitacklestech nono, I've been using both for about two years now, it's just that internationalization is way easier and well documented on react compared to next, hope they do something about that soon
@tobitacklestech3 ай бұрын
ahh i understand, yee the documentation could be better, you are right
@mdeutschmann17 күн бұрын
Adding tolgee with their chrome extension your experience raises even one level higher 🚀
@tobitacklestech17 күн бұрын
Yessss
@varaforskare31615 күн бұрын
awesome possum explained simply and directly
@CarlosEnriqueGamboa3 ай бұрын
Nice, very well explained, thank you.
@tobitacklestech2 ай бұрын
appreciate that thank you ♥️
@AlirezaBohlool6 күн бұрын
good job
@tobitacklestech6 күн бұрын
Thanks
@fedewoodward4216Ай бұрын
fucking love you dude. i have to present a web TOMORROW, and i thougt translation was easy, now im facing a long nigth literally writing t everywhere in like 40 or 50 components. haha fun.
@tobitacklestechАй бұрын
I wish you the best!!
@eliuddyn2 ай бұрын
Amazing 🔥🔥
@sidiqcumar53862 ай бұрын
Nice explanation and helpful content, keep going
@tobitacklestech2 ай бұрын
@@sidiqcumar5386 thanks man 🙌🏼
@vickeze24 күн бұрын
awesome
@PeriklesPeriklesoglu2 ай бұрын
thank you
@tobitacklestech2 ай бұрын
You're welcome
@jaydippatel833 ай бұрын
Great tutorial! I was able to easily translate all the static content in my app, but I've been struggling to find a way to translate dynamic content that comes from API responses. Is there any method or best practice for translating dynamic content fetched from an API?
@tobitacklestech3 ай бұрын
@@jaydippatel83 not really, if the api you Talk to only supports english then maybe you could use another translate Service but this takes Time and time is never user friendly, if you selve Host the api you could copy it’s values to different languages and use them with the e.g. useLocale Hook
@-mahmoudadel26283 ай бұрын
keep going
@tobitacklestech3 ай бұрын
I will ✌️
@-mahmoudadel26283 ай бұрын
very cool
@OleksiiMazurenko2 ай бұрын
Will this approach work well in the context of SEO (indexing)? I mean when using client-side hooks. And very well explained, thank you
@tobitacklestech2 ай бұрын
It should, but read into the docs to be safe because I don’t looked into SEO with internationalization
@OleksiiMazurenko2 ай бұрын
@@tobitacklestech Perhaps you know how to solve this problem: How can I correctly merge two useRouter hooks in my Next.js project? I’m using one useRouter from next-nprogress-bar for the loading indicator, and another from next-intl/navigation for locale handling. I want to combine their functionalities, so that when I use methods like push, the locale is added to the path and the loading indicator is displayed at the same time, without duplicating the method calls. Is there a best practice for combining them without repeating method calls?
@heronlancellotАй бұрын
Niceeeee
@AmitHariyale-m8cАй бұрын
usage of next-intl in server components currently opts into dynamic rendering, getting this error while deploying
@tobitacklestechАй бұрын
Can you show the error you’re getting?
@libergong11722 ай бұрын
what if i got many client sub components ? passing the t object all the way long?
@tobitacklestech2 ай бұрын
@@libergong1172 you could use something like context apis e.g. Zustand
@msadiqsiddiqui4 ай бұрын
How to export build after Internationalization (i18n)?
@tobitacklestech4 ай бұрын
Just npm run Build I guess, what is the issue you are getting?
@-mahmoudadel26283 ай бұрын
how to combine this middleware with auth.js middleware?
@tobitacklestech3 ай бұрын
They should work together I have a project called bitz at my GitHub where U can find an example
@DulguunTanusoftАй бұрын
how do i change the language now
@tobitacklestechАй бұрын
@@DulguunTanusoft By changing the Prefix to the Language you want for example de or en
@StrangeBird-m6x3 ай бұрын
Can someone give me the name of the font family in this editor vscode