Articles by tag: nextjs
Unified calculation engine for Next.js and Flutter
How to synchronize formulas between web and mobile applications, avoiding discrepancies in results. Practical solution using JSON and parity tests.
Forms in Next.js as a contract: Zod and unified rules
Learn how to use Zod to create a single form contract in Next.js. Eliminate discrepancies between client and server, unify errors and states.
Next.js Integration with 1C Bitrix: Asynchronous Lead Transfer
Implement reliable lead transfer without queues. Detailed breakdown of the pattern with after(), retry, and error handling. Learn how to avoid Bitrix REST API timeouts.
NextAuth + Django JWT: unified authentication
Integration of NextAuth with Django REST Framework without duplicate login. OAuth synchronization, auto-refresh tokens. Full code for middle/senior developers. Deploy the scheme in an hour.
TypeScript Contracts Next.js App Router
How to use TypeScript as a contract system in Next.js: server-client, params-domain, states. Code examples, payload types, union for states. For middle/senior.
Anchor navigation in Next.js with useAnchorObserver
Implement smooth navigation by sections in a single-page Next.js application. The useAnchorObserver hook synchronizes scroll and URL. Instructions for middle/senior developers.
SSR for SPA: indexing setup
Learn to set up Server-Side Rendering for React, Vue, Angular. Improve SPA SEO, speed up Core Web Vitals. Step-by-step code examples and hydration.
URL as the source of state Next.js App Router
How to make URL the single source of truth in Next.js App Router. Server components, searchParams, client synchronization. Code examples for middle/senior.
typed-form-actions for Next.js forms with Zod
Simplify forms in Next.js: typed Server Actions, automatic FormData parsing, Zod validation and React state without boilerplate. For middle/senior developers.
Event tracker for MVP on Django and SQLite: fast analytics
Create a minimalist event tracker for MVP on Django and SQLite. Collect key metrics without heavy systems. Learn how to quickly test hypotheses.