Integrations
Integrating a non-trivial tool or library into a Rakkas app usually entails some of the following:
- Adding Vite plugins or tweaking Vite configuration options. Rakkas respects the settings in the
vite.config.js
(or.ts
) file. - Tweaking various aspects of the app using the client, server, and common customization hooks.
Examples
- Custom server
- Styling and UI
- GraphQL
- Miscellaneous
Also check out RealWorld example app for a simple but complete full stack application demonstrating how to approach building a REST API, accessing your database (via Prisma), handling authentication, deployment (Node, Vercel, Netlify, and Cloudflare Workers) and more.