Posts
Next js 15 rendering methods
Updated code examples for rendering methods in Next.js 15 using the app router and modern practices.
November 3, 2024
Next js 15, What's new
Next.js 15 introduces significant upgrades, including enhanced Server Components for faster page loads, optimized edge caching, and a streamlined routing system. With improved TypeScript support, revamped CSS Modules, and powerful middleware, it focuses on performance, developer experience, and flexible customization, making it a top choice for modern React applications.
October 29, 2024
Next js Full Stack for Best Results
tech stack for building high-performance applications with Next.js, highlighting tools like Tailwind CSS, TypeScript, Firebase, and Supabase. It emphasizes the stack's flexibility and scalability, enabling robust and user-friendly applications with efficient deployment via Vercel.
October 8, 2024
React JS vs React Native
This article compares React and React Native, highlighting their differences and similarities in web and mobile app development. It explores ideal use cases for each library and offers tips for maximizing their potential in building efficient applications.
October 7, 2024
SEO optimization for nextjs
SEO, and specifically the on-page SEO we'll be looking at today, is about optimizing the content within your site, such as proper keyword usage, title structure, meta tags, site speed, and accessibility.
October 3, 2024
Introduction to MDX
MDX is a powerful tool that allows you to write JSX in your Markdown files. This post will introduce you to the basics of MDX.
August 8, 2024