wasp
wasp copied to clipboard
The fastest way to develop full-stack web apps with React & Node.js.
From Discord: https://discord.com/channels/686873244791210014/920312576133443634/1375493661298524211 Our Google login credentials guide is outdated, seems like Google changed the process a bit. We need to update the guidance and screenshots.
This issue covers several e2e test-related improvements: - We recently documented how a PR author should run e2e tests after getting the approval on the PR, but we should add...
The socket connection returns 404, we should check what's going on and fix it. 
Original issue by @Martinsos, edits by @sodic on 10.6.2025. ---- We spend a lot of time during each release of Wasp. This issue explores which parts we can automate. We...
Currently it is only Fly, soon also Railway. Maybe we test this already when we deploy example apps? In any case we want to be explicit about us testing this...
We deploy some of our example apps and use them for showcasing wasp (e.g., OpenSaas, web sockets voting, etc.). We should deploy all apps we deem useful and we should...
We had a quite tricky situation when react-query released a broken release on their side, because Wasp pulled in that broken release for everybody (since it used `^` for react-query...
This issue only discusses the operational parts of Wasp's release process (e.g., merging branches, drafting a release, tagging the release, etc.). For automating the full release process, see https://github.com/wasp-lang/wasp/issues/2662 As...
Right now, telemetry in Wasp sends usage information and that is it. Modeling by what Prisma.io does, we want to do more -> we want telemetry in Wasp to also...
Currently we generate the following code in our SDK: ```ts type RouterLinkProps = Parameters[0] // PUBLIC API export function Link( { to, params, search, hash, ...restOfProps }: Omit & {...