let a = 20;

let b=a;

a=30;

console.log(b);

how to optimize an app

how chunks of js files come if we modify only 1 out of 4, if those are cached before

promise.all

redux

storybook

code spliting

Comments

Popular posts from this blog

TO the new

4048