Full Tutorial: How to Speed Up your NextJS App with Preact
If you have a nextjs blog or website, you would want to speed it up by reducing your bundle size. One way to drastically reduce bundle size is to replace react with preact.
Read MoreIf you have a nextjs blog or website, you would want to speed it up by reducing your bundle size. One way to drastically reduce bundle size is to replace react with preact.
Read MoreThis tutorial shows us different ways of calling REST API properly in React by using react hooks. We also explore the choices involved on what library to use in different scenarios.
Read MoreOften times we want to extend a functionality of html elements by creating a component in react. It's always a good idea to keep the props of the html element when using the component. This tutorial shows us exactly how it's done with typescript.
Read MoreEditorJS is a great rich text editor in 2022. However there are many issues with just setting it up in Next.js 12 or React 18, and especially when you combine typescript into the mix. Lets take a look on how to solve these issues.
Read MoreLearn about the best practices using react router that you can apply in a production grade application.
Read More