← All posts

Posts tagged #frontend

3 posts

NgRx: Handling API State

Managing asynchronous API states like `isBusy`, `isDone`, or `isError` can be challenging. Here’s a structured approach using NgRx to make it easier.

Auto Save Architecture

A technical breakdown of implementing auto-save capabilities similar to Google Sheets, focusing on data synchronization and efficient real-time data handling in a front-end application.