Skip to content

Refactor jerni next dev#96

Merged
votrungquan1999 merged 5 commits into
mainfrom
refactor-jerni-next-dev
Jul 24, 2025
Merged

Refactor jerni next dev#96
votrungquan1999 merged 5 commits into
mainfrom
refactor-jerni-next-dev

Conversation

@votrungquan1999

Copy link
Copy Markdown
Collaborator

No description provided.

… and async store handling

Implement bufferedEventCommit that batches event writes, guarded by a file lock to prevent race conditions.
Store operations now return Promises, enabling non-blocking dev-server startup and hot-reload scenarios.

- Add file-based locking mechanism to prevent concurrent write conflicts
- Implement event batching to improve performance during high-frequency updates
- Convert store operations to async/await pattern for better dev-server integration
- Enable hot-reload functionality without blocking the development workflow
@votrungquan1999 votrungquan1999 merged commit b03c5a1 into main Jul 24, 2025
@votrungquan1999 votrungquan1999 deleted the refactor-jerni-next-dev branch July 24, 2025 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant