| applyTo | ** |
|---|
One is a framework that aims to make web and native development with React and React Native much simpler and faster.
One builds on Vite to serve both React web and React Native, it also provides file system–based routing, render modes, loaders, middleware, a CLI, Hono, and more.
To understand more about One, you should search for documentation (apps/onestack.dev/**/*.mdx) under the site (apps/onestack.dev). This site contains guides, API references, and examples to help you grasp the framework's capabilities and practices.
packages/one/- Main framework package & Vite pluginpackages/vxrn/- A Vite plugin that makes Vite support React Nativepackages/vite-plugin-metro/- Another Vite plugin that makes Vite support React Nativeapps/onestack.dev/- Documentation websiteexamples/- Template projects and demostests/- Test suite and some test related stuff for the frameworkpackages/create-vxrn/- CLI scaffolding tool (npx one)