ASAyush Sharmainayush20800.hashnode.dev·May 20, 2022 · 2 min readTranspilers In JavaScriptIntroduction Transpilers is a source-to-source compiler, they are tools that read source code written in one programming language, and produce the equivalent code in another language. This is a Wikipedia definition of the word Transpilers. Now, let's...00
ASAyush Sharmainayush20800.hashnode.dev·May 20, 2022 · 3 min readFile Uploading in ReactJsIntoduction Uploading images and files is a significant roadblock for new React developers. File uploading means a user from a client machine wants to upload files to the server. For example, users can upload images, videos, etc on Facebook, and Inst...00
ASAyush Sharmainayush20800.hashnode.dev·May 11, 2022 · 2 min readCookies vs LocalStorage vs SessionStorageIntroduction Cookies have been there for a long time. They are helpful for storing stateful elements like auth tokens and user interaction habits on the website. Then, HTML5 introduced LocalStorage & SessionStorage, which gave much larger storage cap...00