Hey @paldepind 👋
I've enjoyed reading through this project and studying the code examples. Great stuff! The other day I was reading through the zip codes future example and realized that the code was executing fetch requests before calling .fork on the Future. I made a change that should fix this and keep all IO pure until it reaches main, which I believe is the goal here 🙌.
I've also included some commits to clean up the example a bit, such as:
upgrading dependencies
adding lockfiles for Yarn and NPM
adding dev dependencies to package.json
adding development scripts to package.json
revising the README to use script commands
I also have optional commits in a separate branch that will (if you're interested):
Hey @paldepind 👋 I've enjoyed reading through this project and studying the code examples. Great stuff! The other day I was reading through the zip codes future example and realized that the code was executing
fetch
requests before calling.fork
on theFuture
. I made a change that should fix this and keep all IO pure until it reaches main, which I believe is the goal here 🙌.I've also included some commits to clean up the example a bit, such as:
package.json
package.json
I also have optional commits in a separate branch that will (if you're interested):
src
directory