shhekk.hashnode.devwhich module to choose nodenext or esnextLets Understand what is nodenext and esnext which you usually find in tsconfig.json but don't know what these options actually does. Before that you must have a basic understanding of esm and cjs. In .js file if something is being exported, it become...Jan 14·4 min read
shhekk.hashnode.devwebpack basicsIn this tutorial You will learn what is webpack? How to bundle js, ts, jsx, tsx, html, css files in webpack?. And at last we will use babel transcompiler to compile out jsx and use it in browser. webpack Webpack is bundler that bundles multiple js f...Jan 10·5 min read