SAShreyansh Pandey you are absolutely right. I remember receiving the hashnode goodies back in 2016. Coming from devmag to hashnodeComment·Article·Dec 3, 2018·An Ode to Hashnode
SAYou can somehow use the firebase anonymous authentication if you do not want to really do any authentication. NB : You can not interact with the firebase realtime database and all other service without any form of authentication. Check here for moreComment·Thread·Mar 27, 2017·Can we use firebase in with ios without Authentication?
SA@emilmoe i updated the question... ThanksReply·Thread·Jan 21, 2017·1·How would you rate(optimize) your Productivity as a Developer or as a Manager?
SAWeb Socket would be fine. You can check out firebaseComment·Thread·Nov 3, 2016·1·Which real-time notification technique should I use?
SAI think it will be best if you start with ES5 and you can gradually transition to ES6 because ES6 is more of a syntactic sugar to ES5. If you want to get a head start you can check out this Hashnode original on how to move from zero to master javascript.Comment·Thread·Nov 2, 2016·6·Learning JS: Should I start with ES6 or ES5?
SAThanks @Kleo. I will give it a tryReply·Article·Oct 31, 2016·1·Zero to One: How I mastered JavaScript and how you can too
SA@Kleo I find it really hard to read books in electronic format. What advice do you have for someone in my position ?.Reply·Article·Oct 31, 2016·1·Zero to One: How I mastered JavaScript and how you can too
SAThanks Petrov. This is really inspiringComment·Article·Oct 30, 2016·8·Zero to One: How I mastered JavaScript and how you can too
SAI understand that I should always dispatch on either success and error... And then update the state accordingly. What happened in the case of unhandled javascript errors you mentioned above.Reply·Thread·Oct 25, 2016·1·What is the best way to handle errors in a React/Redux application?