- Next.js 16 + React 19 + TypeScript - Mantine UI + PostCSS Modules - Biome (линтинг и форматирование) - Zustand, SWR - Структура FSD (screens, widgets, features, entities, shared) - Шаблоны генерации (.templates/): component, screen, feature, widget, entity, layout, store - Конфигурация VS Code (расширения, настройки) - CSS-токены (цвета, отступы, радиусы, медиа) - Open Graph метаданные - Тестовый home screen с Mantine
3 lines
147 B
TypeScript
3 lines
147 B
TypeScript
export { use{{name.pascalCase}}Store } from './{{name.kebabCase}}.store'
|
|
export type { {{name.pascalCase}}State } from './{{name.kebabCase}}.type'
|