feel like its not the job of every ext to account for react's design & its not react's job to account for every ext. so maybe its not fixable
feel like its not the job of every ext to account for react's design & its not react's job to account for every ext. so maybe its not fixable
- client-side form actions (svelte has nothing for client side)
- `ref` improvements (better than svelte bind:this)
- React Router v7 (miles better than +page)
- Jotai (close to Svelte $state, without compiler tricks)
- Compiler (nuf said)
- client-side form actions (svelte has nothing for client side)
- `ref` improvements (better than svelte bind:this)
- React Router v7 (miles better than +page)
- Jotai (close to Svelte $state, without compiler tricks)
- Compiler (nuf said)
`/zh-Hans/t-b.html` -> `/zh-Hans/t-a.html`,
`/tutorial-one.html` -> `/t-a.html`
It seems that Github issues are more suitable for discussing the problem. Sorry to bother you.
`/zh-Hans/t-b.html` -> `/zh-Hans/t-a.html`,
`/tutorial-one.html` -> `/t-a.html`
It seems that Github issues are more suitable for discussing the problem. Sorry to bother you.
I know that this problem can be solved by using Next.js's `rewrites()` API, but these dynamic APIs are not available in static exports.
I know that this problem can be solved by using Next.js's `rewrites()` API, but these dynamic APIs are not available in static exports.