wasp/waspc/examples/todoApp
Filip Sodić 4a94c9851e
Implement optimistic updates
* Remove flickering fixes for optimistic updates

* Add optimistic updates to Task.js

* First round of code review feedback

* Remove react query's additional options from hook

* Futher review feedback and code docs

* Fix and document error handling for optimistic updates

* Further document optimistic update mechanisms

* Update optimistic update docs

* Improve comment for useAction

* Further improve comments in actions/index

* Heavily comment actions/index

* Fix capitalization in action/index

* Add types to actions/index

* Fix jsdoc types in actions/index

* Comment testing sleeps

* Comment sleep function in todoApp/ext/actions

* Properly handle type errors in actions/index

* Fix formatting in actions/index

* Move updateFn change to optimistic update instantiation

* Extract common functionality in actions/index

* Fix formatting in actions/index

* Add jsdoc types to actions/index

* Revise jsdoc in actions/index

* Address PR comments

* Update e2e tests

* Mention optimistic updates in cache invalidation
2022-09-21 17:40:06 +02:00
..
ext Implement optimistic updates 2022-09-21 17:40:06 +02:00
migrations Adds Google as an authentication method (#669) 2022-09-06 14:35:59 -04:00
.gitignore Add pg-boss as a Job executor (#582) 2022-05-03 14:34:25 -04:00
.wasproot Added missing wasp files to examples/todoApp. 2020-09-30 13:44:46 +02:00
sample.env Add pg-boss as a Job executor (#582) 2022-05-03 14:34:25 -04:00
todoApp.wasp Adds Google as an authentication method (#669) 2022-09-06 14:35:59 -04:00