Sobes.tech

What problem does the priority of local records solve when merging history with snapshot from the backend? What happens if this priority is changed?

7

What is the difference in behavior between three functions: async functions with throw, functions with Promise.reject, and functions with new Promise that throws an error inside the executor?

5

How to validate incoming POST request when creating a task, for example, the title should be a string of at least three characters? What tools can be used?

5

In what case can a synchronous try/catch around an asynchronous call still work? What happens to an unhandled rejected Promise?

5

What does the client.onNotification call physically return in the working application and why doesn't the synchronous try/catch protect against RPC error? How to fix this?

3

What will the user see in the tab after restarting the backend process with an empty history and automatic RPC connection recovery without reloading the tab?

3
/2