now, we have blog in my webpage (with support for multiple languages)
I spent some time doing little UI improvements
but the main, is that internationalization is finally full fixed and working fine
I did a fix that ignores “()” folders (nextjs ignores that as routes), DX improvement
I did hard changes to the project core
improved the DX based on real projects
improved the README
added a new init script to the library too
Next.js launched 16.3 preview version
https://nextjs.org/blog/next-16-3-instant-navigations
and with instant navigations, and some code
my bugs are solved, internationalization it’s (almost) working
next step, blog.
debugging…
i have a bug with my better-intl library that causes client components to re render after detect another locale diff from the defaultLocale
I started adding internationalization using my own “better-intl” i18n library
2hours of work, and i did the initial version of website
it includes Github contributions heatmap, includes projects + blog (no structure of blog yet)
the next steps:
internationalization
blog
projects
experience
everything is in one single page actually, i will improve that soon.
I changed the package to better-intl
I uploaded the stable version
If you can, star our repo for a better intl pattern in future next.js projects.
Thank you.
I started to plan the project, i will do a npmjs library with pnpm + tsup