DEV Community

Discussion on: How and When to Use Redux

Collapse
 
rishiabee profile image
Rishi • Edited

To make your code example look better use this:

'''javascript
code goes here.
'''
I've used triple single quote above, replace with backticks ;-)

Collapse
 
amnyrrd profile image
Aaron Minyard

Great tip, thanks!