Vivekheyvivek.com路Jul 6, 2024The Future of Web Development: Embracing JavaScript Web Components 馃殌The world of development is forever changing, and this has placed JavaScript Web Components at the threshold of becoming an enormous potential instrument set that might change how we build and deploy applications. They are potential replacements for ...11 likes路31 readsJavaScript
Vivekheyvivek.com路Jul 7, 2024Build a micro-javascript frontend framework based on Web Components and no-buildCreating a basic JavaScript framework on Web Components with Shadow DOM and ES Modules, including client-side routing, requires a few steps. I shall outline how one can set up a framework. Step 1: Setting Up Your Project Create a brand new directory ...10 likes路28 readsJavaScript
Vivekheyvivek.com路Jul 6, 2024Latest Releases of JavaScript ES2023JavaScript has been鈥攖he unanimously adopted language of the web鈥攁nd it's only getting better with time. Plenty of new features and improvements come to the table with each and every edition. Therefore, the ECMAScript specification for 2023 comes load...10 likesJavaScript
Abdallah Bariabdallahbari.hashnode.dev路Dec 4, 2023Exploring JavaScript's Newest FeaturesJavaScript, the language that powers the web, continually evolves to provide developers with new tools and functionalities. Recent updates have introduced several fascinating features, enhancing the language's capabilities and simplifying common task...1 like路37 readsJavaScript
Akshat Vishwakarmaakshatv.hashnode.dev路May 12, 2023Exploring the Future: A Sneak Peek into ECMAScript 2023's New Array MethodsThe ECMAScript 2023 specification has been recently finalized, and it includes some new methods on the Array object that will help make our JavaScript programs more predictable and maintainable. The methods findLast, and findLastIndex will behave the...71 readsJavaScript