Configuration
Frontend
Choose between SvelteKit or NextJS
Configuration
This choice must be made using the GoFast CLI. Possible options are SvelteKit
, Next.js
and None
.
Implementation Details
- We heavily utilize SSR.
- We keep the frameworks up to date.
- We use
Form Action
for SvelteKit andServer Actions
for NextJS. - The logic is extracted to the
server/services
folder. The route pages try to have as little logic as possible, only passing the required parameters. - We strongly advocate for the Component Composition pattern.
For more information, check our Guidelines section.
Troubleshooting
- When running Vite on WSL2, file system watching does not work when a file is edited by Windows applications (non-WSL2 process). Check Vite docs for solutions: https://vitejs.dev/config/server-options.html#server-watch
Need help?
Visit our discord server to ask any questions, make suggestions and give feedback :).
Was this page helpful?