Debugging
In the future, Rodux will have tools similar to Redux's DevTools and will be documented here. For now, we highly recommend using the loggerMiddleware
to observe the state
as action
objects are dispatched to your store
.
In the future, Rodux will have tools similar to Redux's DevTools and will be documented here. For now, we highly recommend using the loggerMiddleware
to observe the state
as action
objects are dispatched to your store
.