Skip to content

Update dependencies, refactor remote config, and introduce hooks - #2

Merged
addon-owner merged 4 commits into
addon-stack:developfrom
RostyslavNihrutsa:develop
Oct 16, 2025
Merged

Update dependencies, refactor remote config, and introduce hooks#2
addon-owner merged 4 commits into
addon-stack:developfrom
RostyslavNihrutsa:develop

Conversation

@RostyslavNihrutsa

Copy link
Copy Markdown
Contributor
  • Replaced validator with is-url for URL validation.
  • Added useRemoteConfig hook in plugin/hooks.ts.
  • Removed RemoteConfigProvider and related React context in favor of simpler hooks.
  • Introduced AwaitLock for better concurrency handling in RemoteConfig service.
  • Refactored plugin/index.ts and removed unused code for improved flexibility.

- Replaced `validator` with `is-url` for URL validation.
- Added `useRemoteConfig` hook in `plugin/hooks.ts`.
- Removed `RemoteConfigProvider` and related React context in favor of simpler hooks.
- Introduced `AwaitLock` for better concurrency handling in RemoteConfig service.
- Refactored `plugin/index.ts` and removed unused code for improved flexibility.
- Replaced `validator` with `is-url` for URL validation.
- Added `useRemoteConfig` hook in `plugin/hooks.ts`.
- Removed `RemoteConfigProvider` and related React context in favor of simpler hooks.
- Introduced `AwaitLock` for better concurrency handling in RemoteConfig service.
- Refactored `plugin/index.ts` and removed unused code for improved flexibility.
@addon-owner
addon-owner merged commit dd5908c into addon-stack:developOct 16, 2025
Sign up for freeto 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.

2 participants

@RostyslavNihrutsa@addon-owner