Simone Cervini
Simone Cervini
Very quick fix: removed extra space in `className`
### Is your feature request related to a problem? Please describe. When Iām working on a real project, I always need to set up local databases, generate sample data, and...
feat(react-query): add support for mutations to `createTRPCQueryUtils` and improve offline support
Closes #5800 ## š” Motivation This PR is largely motivated by the need to improve offline support in tRPC. According to my research, there were two main missing pieces: -...
### Provide environment information ``` System: OS: macOS 14.5 CPU: (10) arm64 Apple M1 Max Memory: 4.26 GB / 32.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.5.1 - ~/.nvm/versions/node/v20.5.1/bin/node...
Blocked by: the stable release of pnpm 9.5.0. Catalogs (RFC: https://github.com/pnpm/rfcs/pull/1) are now available in `[email protected]`. I think this is a very useful feature for create-t3-turbo because it reduces duplication...
# Disclaimer I needed the same features and noticed that PR #5983 was closed without explanation. I assumed it might have been automatically closed due to the deletion of the...
## āļø Reasoning This PR updates the `GetTokenParams` type definition to make the salt property optional. The default value for salt was already in place, but the type definition needed...
## šÆ Changes This PR enables users to override the `mutationFn` value via mutation options and default mutation options. This is very useful for offline-first apps when you want to...