#nextjs
Read more stories on Hashnode
Articles with this tag
A while ago I did the series on the Next portfolio, and one of the people following along the series asked me how to filter by category. This is a...
Turbopack got announced with the release of Next 13, and is deemed to become the successor of Webpack. If you're currently using Webpack for bundling,...
Many of the side things in Next 13 are still developing, and the docs are still being created. I wanted to stop our journey here for a while. We had a...
Yesterday we had our first introduction to data fetching in Next 13. I want to take it one step further as the docs themselves have some interesting...
Data fetching is nothing new in Next, but they simplified how this works. You might remember getServerSideProps and getStaticProps from the previous...
With Next 13 the team made quite big changes regarding how components render. Not that it's all-new, but they seem to have simplified it and changed...