one
one copied to clipboard
❶ One is a new React framework that makes cross-platform simple. Target web and native with just Vite.
I am trying to create a graphql endpoint using this framework, but I need websockets to work for graphql subscriptions.
macOS: Sonoma 14.6.1 node: 21.6.1 followed instructions and when went to the folder and run `npm install` works fine but when run `npm run dev` it throw this error in...
i create one monorepo project, . ├── apps │ └── mobile // create app project by one cli ├── packages │ ├── assets │ ├── i18n │ ├── store │...
`--save-exact` should be `--exact` for Yarn in https://onestack.dev/docs/installation
... seems beyond claudes current capabilities... even with light direction, summary: ``` ⏺ URL Rewriting Feature Implementation Summary What We Built A URL rewriting system for the One framework to...
### Current Behavior ``` import { redirect } from 'one' export async function loader() { throw redirect('/profile') } ``` Result: ``` SSR error while loading file ./notifications+ssr.tsx from URL http://localhost:8081/notifications...
Fixes an issue where the `ignoredRouteFiles` configuration was not being applied to server-side route manifest generation, causing "Duplicate routes error" warnings for files that should have been ignored. ## Problem...
### Current Behavior I have both `web: { defaultRenderMode: 'spa' } ` in the vite.config and a page name `dummy+spa.tsx`. It still renders as SSR on dev mode and SSG...