Deepak Pai
Deepak Pai's Blog

Deepak Pai's Blog

Follow
homebadges
Tag

webpack

#webpack

More content

Read more stories on Hashnode


Articles with this tag

Aliasing Preact correctly for Server Side Rendering

Nov 8, 20204 min read

React has become the most modern front end library. However there is a pretty big disadvantage of using it. react and react-dom library together make...

Aliasing Preact correctly for Server Side Rendering

Dead Code Elimination in Javascript

Oct 17, 20205 min read

Dead code elimination is a process wherein code that is not used is excluded from the code that is executed. In many compile time languages this is a...

Dead Code Elimination in Javascript