yesmeck/camas

How to update context during run

Closed this issue · 2 comments

Hi,

How can I update context dynamically (during runtime)?

Thank you!

In general, context is derived from the state of your application, when the state updates, context will be updated eventually.

You can refer to this live demo to see how I update the role of user at runtime.

Thank you!