ChatTriggers / ChatTriggers/website-frontend
Reduce number of API requests sent
Open
enhancement
help wanted
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
There are some places where an API request does not need to be sent. For example, there is no need to refetch modules after a module is updated. The module's data can simply be updated on the client side immediately after the request is sent and received. This should happen after #7, as a received error may require the api request to be sent.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.