Thumbnail image

NuxtJS & Pinia - Your App's Data Flow Dream Date🍍

Nuxt & Pinia are: Nuxt is a meta-framework built on top of Vue, that offers a variety of rendering modes and a ton of developer conveniences including auto-imported components and composables, page-based routing, and more.

Thumbnail image

How to create your own custom React Hooks

React Hooks Definition Hooks are a way to separate logic and share it across multiple components.

Thumbnail image

Different rendering techniques in Next.js

What is Next.js? Quite simply, Next.js is a React framework for developing single page Javascript applications.