#advanceddevelopers

Bits Kingdombitskingdom
2025-06-18

You’ve probably seen getServerSideProps in plenty of Next.js tutorials. But when it comes to calling an external API inside it — and doing it properly — things can get a little messy.

Should you fetch directly? What about error handling? How do you avoid slowing down your whole ... 

Read more here 👉 bitskingdom.com/?p=22256

  .js

Bits Kingdombitskingdom
2025-06-11

If you’ve ever stared at a Next.js page and wondered, “Should this be server-side rendered? Or static? Or... wait, what is ISR again?” you’re not alone.

Choosi... 
Read more here 👉 bitskingdom.com/?p=22255
  .js
bitskingdom.com/?p=22255&fsp_s

Bits Kingdombitskingdom
2025-06-09

Think back to the last time you built a React page and thought, “Do I really need all this JavaScript just to show a product name?”
Now imagine if you could render that same page — server-side, fast as lightning, with zero client-side code — and still use components like you're u...

Read more here 👉 bitskingdom.com/?p=22159

Bits Kingdombitskingdom
2025-06-05

You’ve seen them. URLs like /blog/how-to-nextjs or /user/42 that magically load the right content. That’s not sorcery — it’s just Next.js doing what it does best: mapping routes to data with minimal fuss.
Instead of hardcoding every possible path, you can use dynamic routing. It...

Read more here 👉 bitskingdom.com/blog/dynamic-r

.js

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst