Hello everyone, For the sake of learning a created a simple web-app. It consist of: next-js (react) frontend spring boot […]
Tag: # nextjs
Building a Professionally Designed Website with NextJS, TypeScript, and Payload CMS – Ep. 1
Have you ever wondered how professional design firms go about building high-end websites? If so, this series is for you. […]
Next.js, integrate React Context only in certain pages
Next.js is one of the most popular and widely used React frameworks. Using the Context API in Next.js is very […]
How I built Notion Playgrounds using Notion API and some Nextjs magic ✨
Now that the Notion API is in beta, nothing could stop me anymore from trying it out. This quickly ended […]
Next.js – Presente e futuro
O que é? Para que serve? Next.js é um framework de renderização estática no lado do servidor, para a lib […]
How to create dynamic NextJS post thumbnails…like DEV.to!
This article was originally published in spanish on my blog How to highlight your posts on social media They say […]
Cerebral Debugger in Next.js
If you are getting below error: ReferenceError: WebSocket is not defined at Devtools.createSocket Enter fullscreen mode Exit fullscreen mode when […]
React Portals, And how to use them (Next js and CRA)
Hi everyone. In this post I want to show you how to work with react portals. First I’m gonna create […]
Next.js – Your next go to framework
Next.js is a React framework developed by Vercel that is bound to ease your life as a React developer by […]
Using Next.js and Vercel to instantly load a data-heavy website
Article originally published on Tinloof. A React application is JavaScript code that gets transformed into static HTML. This transformation is […]