A practical app stack for React and React Native
Fluentic Stack
Focused libraries for the app layers React teams keep rebuilding: styling, forms, server state, translations, web routing, native stack navigation, and Expo build/update workflows.
fluenticstack.com
├─ core
│ ├─ /style typed styling for component systems
│ ├─ /form form state for web and native screens
│ ├─ /query server state for React and RN
│ └─ /i18n typed messages and locale loading
├─ platform
│ ├─ /router small SPA routing primitives
│ └─ /stack customizable RN stack navigation
└─ /tools/expo local builds and OTA updates
Library groups
Organized by the job they do.
Core app primitives
The reusable layers most React and React Native apps need.
Style
Typed styling for component libraries and apps: variants, slots, scoped themes, atomic output, and static extraction.
Read the docs Planned FormsForm
Form state for React and React Native screens: fields, validation, subscriptions, and submission flows.
Coming soon Planned Data fetchingQuery
Server-state primitives for web and native: cache ownership, revalidation, hydration, and offline-aware edges.
Coming soon Planned LocalizationI18n
Typed messages, locale loading, formatting, and translation boundaries shared across web and native apps.
Coming soonPlatform pieces
Smaller, more customizable pieces for routing and navigation-heavy screens.
Expo workflow tools
Build and update utilities for projects that ship with Expo.
Available now
Start with Fluentic Style.
The first package in the stack is a runtime-first styling system for React libraries and apps. It gives you typed slots, scoped themes, atomic output, and an extraction path when you want static CSS.
