Jox
Explore posts from serversWWasp-lang
•Created by Jox on 10/30/2023 in #đŸ™‹questions
What's the Wasp way of adding ESLint/Prettier?
I saw that for production dependencies the docs mention the
dependencies
configuration in the wasp file.
But what about development dependencies?
Do you add a root package.json
file and install them yourself that way or what's the Wasp Way? đŸ™‚4 replies
WWasp-lang
•Created by Jox on 8/5/2023 in #đŸ™‹questions
Supabase support
I saw this GH issue which mentions implementing e.g. Supabase support in the future, https://github.com/wasp-lang/wasp/issues/1265
And I read that you can connect to an external database with a database url environment variable.
Would that environment variable not be enough to use Supabase, or am I missing something? đŸ¤”
6 replies
WWasp-lang
•Created by Jox on 8/3/2023 in #đŸ™‹questions
Using SQLite for production?
Reading the docs it's said a couple of times that "To run Wasp app in production, you will need to switch from SQLite to PostgreSQL."
Why is that? Is there something with how Wasp works that prevents the use of a SQLite database in production?
5 replies
WWasp-lang
•Created by Jox on 8/3/2023 in #đŸ™‹questions
Actions and reactivity
Going through the Todo app tutorial and reading this,
There seems to be some implied knowledge or context here?
What does reactivity mean in this context and how is it related to using a hook or not?
Is this a reference to some basic React concept or do I need to read through the
react-query
docs to understand why I wouldn't use a hook here or what "reactivity" means in this context?
I haven't been using React for a couple of years so my know-how isn't fully up to date.6 replies