Akshat Sharma

JavaScript

Posts tagged as JavaScript

Preview image thumbnail

Promise is a new JavaScript feature standardized in ES6, although it has been implemented by various libraries for a while now. It is a way to manage asynchronous code, letting you easily translate nested callbacks into a 'do foo. Then do bar,… read more

Compute is an extremely simple reactive programming library using Observables. read more

Here's the repo https://github.com/akshat1/WebFEBoilerPlate. To use it, clone the repo to your disk, then delete the .git folder by running $rm -rf .git read more