##Redux Saga Practice
In this case we need to go a bit further and close with the cycle of Flux / Redux calling the server.
We need to give a clean solution to asynchronic calls to a server, and we found a nice library called Redux - Saga that works with effects exposing an API that will help us in our quest.
Hot or cold application. This application is a server side with a number that we need to guess :).
But in this case we need to implement the generation of new numbers in order to keep on playing!
Find the TODOS inside the folder ecma6-not-resolved and go complete the task to be done.
Extra bonus to those who generate a copy of ecma6-not-resolved with your name and push your own results. Bonus you can be a great collaborator :) and may be improve the answer for all of us.
Juan José García