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
Shared app primitives Style, form, query, and i18n layers that can travel between web and native.
Focused platform pieces Router for simpler SPAs, Stack for React Native flows that need more control.
Expo workflow tools Local builds, release channels, and expo-updates publishing backed by Cloudflare.

Library groups

Organized by the job they do.

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.

Read Style docs