Mihovil Ilakovac

Results 112 issues of Mihovil Ilakovac

[React Router v6](https://reactrouter.com/en/main/route/route) support specifying a React component that will be rendered in case a page fails to render (for which ever reason - invalid data, developer syntax error etc.)....

enhancement

Depending on user requests, we could support the TypedSQL Prisma feature released in Prisma 5.19.0 It enables users to write custom SQL queries and get the type safety for the...

prisma

Some services allow users to easily switch between multiple accounts without logging out and logging in again. Think, Google and multiple different Google accounts in a drop down. Wasp Auth...

auth

This PR will enable us to have strict env vars validation with Zod for Wasp's internal env vars. Also, it will enable users to define their own env var validation....

I've decided to only tackle #2346 in this PR and update the Netlify deployment docs a bit (tested both). I've also added some nice looking tags to make it more...

Talks about how users can test their apps in the CI and about packaging their apps in Docker images for CD.

I've described the Wasp app structure so people understand that there are three separate components. I've also hyped up some of the upcoming sections. Did I miss something?

The idea was to talk about general production database concepts: what Wasp expects, how migrations work and how to connect to the production DB.

Updates the Project and Deployment env variables docs. I've tried to deduplicate as much as possible. I've enumerate all the env variables that Wasp defines. Closes #1894

This is the first PR in the deployment docs series, it covers: - general structure - self-hosting Wasp apps The idea is to have **general concepts of deployment explained first**:...