wasp
wasp copied to clipboard
The fastest way to develop full-stack web apps with React & Node.js.
Based on the RFC written in #2666
Right now it's nested under `Deployment > Deployment Methods > Overview` and hard to find. We should move it to the more prominent `Deployment > Extras` location since it feels...
Imagine you can customize how that user is obtained, so that for example it is always populated with the organisation info. Maybe the solution is to provide direct mechanism for...
Right now, if Wasper wants to specify an npm dependency (via `dependencies` declaration) that Wasp is already using in generated code (for example `react` or `react-query`), they will get an...
As suggested here https://discord.com/channels/686873244791210014/686873245428875297/1239983135173644288 .
Reported in version 0.16.2 Allow users to define path aliases in their `tsconfig.json` files, For example: ```json { "compilerOptions": { "paths": { "@/*": ["src/*"], "@components/*": ["src/components/*"] } } } ```...
It's possible this works already but requires some massaging: - https://dev.to/medardm/splitting-wasp-ts-config-2iei - https://gist.github.com/medardm/263b2c933186eb1a496fa743c756edc7 - https://discord.com/channels/686873244791210014/1216264399552122922/1329931986286022697 In any case, we must come up with an official API and document it.
ATM we have everything in our main repo, both examples and Wasp codebase. That means if somebody wants to download an example they need to download our whole codebase. I...
Code is generated from templates, where we insert pieces of code that user defined. Sometimes, that means we insert imports that import user functions from user (@ext) files. Or, we...
Now that #2768 and #2773 are merged, we should test out the releases, and then teach the installer to use the new static build for Linux and the universal build...