Cerebral - Part 2, Debugger
2 minute read Published:
In the previous post we’ve seen how to create a simple counter application using Cerebral.
Now let’s start introducing some fun stuff.
First up - Debugger
Just like you have Devtools in Redux, you have a similar tool in Cerebral.
It’s supplied with the main cerebral package and in order to use it, you need to add the following code to your controller: