Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(washboard): update lattice service #1321

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

lachieh
Copy link
Contributor

@lachieh lachieh commented Jan 12, 2024

Feature or Problem

This is mostly organization and moving toward familiar patterns found in the React ecosystem.

  • Allow LatticeService class to be initialized outside as an instance (remove singleton pattern)
  • Add LatticeServiceProvider component and useLatticeService hook, implement
  • Add single barrel export for Lattice service "package"

Related Issues

Closes #1319

Release Information

next

Consumer Impact

None

Testing

Manual Verification

Confirmed still working with existing wash up --nats-websocket-port=4001 example

@lachieh lachieh requested a review from a team as a code owner January 12, 2024 22:35
@lachieh lachieh force-pushed the consolidate-react-api-for-latticeservice-1319 branch from e2905cc to b27adf7 Compare January 12, 2024 22:36
Signed-off-by: Lachlan Heywood <lachieh@users.noreply.github.com>
@lachieh lachieh force-pushed the consolidate-react-api-for-latticeservice-1319 branch from b27adf7 to d72ecb5 Compare January 12, 2024 22:47
@lachieh lachieh merged commit f953223 into main Jan 16, 2024
46 checks passed
@lachieh lachieh deleted the consolidate-react-api-for-latticeservice-1319 branch January 16, 2024 22:13
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.

[FEATURE] Consolidate React API for LatticeService
3 participants