Jox
Jox
Explore posts from servers
WWasp-lang
Created by Jox on 10/30/2023 in #🙋questions
What's the Wasp way of adding ESLint/Prettier?
Thanks for clarifying!
4 replies
WWasp-lang
Created by Jox on 8/5/2023 in #🙋questions
Supabase support
Thanks for clarifying! I will when I get back from vacation tomorrow 😄
6 replies
WWasp-lang
Created by 0xjoona on 7/31/2023 in #🙋questions
Issue in docs for todoApp using - update
I guess you’re saying you disagree with the tutorial code on the wasp site that I screenshot? It’s not my code, I’m just following the instructions 🙂
29 replies
WWasp-lang
Created by Jox on 8/3/2023 in #🙋questions
Using SQLite for production?
I understand your reasoning though. And I saw that jobs require Postgres due to pgboss
5 replies
WWasp-lang
Created by Jox on 8/3/2023 in #🙋questions
Using SQLite for production?
I recently read that the folks behind Epic Stack are going with SQLite for their stack. https://github.com/epicweb-dev/epic-stack/blob/main/docs/decisions/003-sqlite.md https://github.com/epicweb-dev/epic-stack/tree/main That’s where my curiosity of SQLite use for production comes from. 🙂
5 replies
WWasp-lang
Created by 0xjoona on 7/31/2023 in #🙋questions
Issue in docs for todoApp using - update
No description
29 replies
WWasp-lang
Created by Jox on 8/3/2023 in #🙋questions
Actions and reactivity
Cool, I haven’t got that far yet so wasn’t aware of it 🙂
6 replies
WWasp-lang
Created by Jox on 8/3/2023 in #🙋questions
Actions and reactivity
I see. Yes I read how Wasp has automatically “tied” together the actions and queries that manipulate the same entities to automatically invalidate data. So the text is really just saying “you don’t need hooks for actions as they don’t have to react to data changing, they cause the data to change”. The “we are calling the action directly this time (without a hook)” part reads to me as if there are other times when you would use hooks with actions and you’d need reactivity, which raised some questions in my mind. 🙂 Thanks for clarifying!
6 replies