redux-saga / redux-saga-beginner-tutorial

Redux/Redux-saga beginner tutorial
MIT License
587 stars 544 forks source link

Add mention about manual opening of browser tab, not automatical #81

Open Andrii256 opened 2 years ago

Andrii256 commented 2 years ago

Hello I found the same issue as here https://github.com/redux-saga/redux-saga-beginner-tutorial/issues/72

I used to just wait when tab in browser will opens automatically. So it misleads a bit. This is not critical, but it would be good if you add mention about it in documentation :)

AshlandWest commented 2 years ago

I second (third?) this request, but I suggest it be resolved by opening a browser tab at the end of the start script rather than noting the likely-expected functionality doesn't exist. This would also match the default functionality of create-react-app and other popular packages.