Adeel Imran

Results 23 comments of Adeel Imran

I really like the idea about having action creators and other redux utils in Melting-Pot, what API do you propose we should have for this?

I propose the following ```js actionCreate = (prefix = '', action) => { // e.g, prefix = 'user', action = 'profile' const action = `${prefix}/action`; const types = { INIT:...

@sakhisheikh are you going to be working on this issue?

the packages, structure are still the same. The only reason I didn't update this codebase was for the tutorial https://github.com/adeelibr/react-starter-kit/blob/master/README.md so that people don't find it too different when following...

@pr-Mais how can I fix the failed pipeline?

@Stokestack thank you for pointing this out, this tutorial was created using Deno version 1.0.2 & it has since been updated. I don't want to update it to new version...

> You're welcome. How about putting a comment in the code with the updated syntax then, right above or under the current one? doing that now 👍 @Stokestack

A new section has been added in the README.me for this repository https://github.com/adeelibr/deno-playground#troubleshoot Thanks for pointing this out @gaodun2016 @Stokestack

Yes you are right, sorry for the trouble mate @jhanley-com I will be careful next time, for now the current solution would be to fork this repo and manually rename...