DEV Community

Discussion on: React Redux-Sagas Starter Guide

Collapse
 
rotimibest profile image
Ibitoye Rotimi Best

Thanks for the article. I found it hard using your tutorial as a guide to setup my project because it wasn't clear what exact file you were showing and the format of your path is strange to me. You used [path][to][file.js], while in most tutorials (which is generally accepted) to use the unix file system format like: /path/to/file.js and that file path is placed before the code itself to make it clear what file was being changed.