Palash Mondaliampalash.hashnode.net·Jul 21, 2021Awesome JavaScript Posts (Week 28)Here is a curated list of the latest posts, blogs and repositories related to JavaScript from last week (week 28). I hope you will find it useful and it will help you to gain more knowledge about what's latest happening in the world of JavaScript. L...Rahul Das and 3 others are discussing this4 people are discussing thisDiscuss·169 likes·839 readsAwesome JavaScript PostsJavaScriptThis is very helpful. Thanks for sharing! 3
Rehan Sattar rehansattar.hashnode.net·Jan 2, 2022How To Create & Publish A React LibraryAssalam u Alaikum & Hello Everyone! 👋 I hope you all are good ✨🤗 Background Building a React library is nothing but building a react application itself. You just have to make it more reusable and customizable so that other developers can use them ...Discuss·163 likes·2.3K readsReact
Njong Emybingehtheblogger.hashnode.net·Feb 17, 2022FeaturedCreating Animations With Rough NotationThe first thing we sometimes see when we open websites are the really cool animations they have. Whether it's 3D or simple scribbles, animations can go a long way to help beautify an interface. In this article, we are going to create simple animation...Victoria Lo and 3 others are discussing this4 people are discussing thisDiscuss·155 likes·1.0K readsJavaScript
DSKdskview.hashnode.net·Apr 16, 2023Optimize Image Loading in React Native Fast ImageImprove your React Native app's performance with React Native Fast Image. Customizable and efficient image loading for a seamless experience. When it comes to image caching in React Native, the React Native Fast Image library is the go-to solution. W...DiscussReact
Success Godswill Chibuzogodswillch.hashnode.net·Apr 15, 2023React useEffect Explained for BeginnersReact useEffect is a powerful hook that allows developers to manage side effects in functional components. With useEffect, you can easily handle scenarios such as fetching data, subscribing to events, or performing cleanup operations. One common use ...Discuss·2 likes·26 readsuseEffect
Aditya Kumarexploreraadi62065.hashnode.net·Apr 14, 2023JavaScript Map and SetSet:- a set object is a collection of unique data. In set we can only store the unique value. Values will store in the insertion order so we can iterate over the set for getting the element in the insertion order. Syntax: const mySet = new Set(); We...Discuss·26 readsmap
Abdul Basit Khan (Abdul Basit)abdulbasitpersonalblog.hashnode.net·Apr 14, 2023Introduction Of React.jsReact.js has become one of the most popular and widely-used JavaScript libraries. With its powerful features and flexibility, React.js makes web applications more dynamic, interactive, and efficient. In this blog post, we will explore just an introdu...DiscussReact
Abdul Basit Khan (Abdul Basit)forAbdul Basit blogabdulbasitblog.hashnode.net·Apr 14, 2023Introduction Of React.jsReact.js has become one of the most popular and widely-used JavaScript libraries. With its powerful features and flexibility, React.js makes web applications more dynamic, interactive, and efficient. In this blog post, we will explore just an introdu...DiscussReact
DhiWise TeamforDhiWisedhiwise.hashnode.net·Apr 13, 2023Accelerating Web API Integration: Essential JavaScript Libraries for 2023Summary: This article gives you a brief overview of the top JavaScript libraries for working with Web APIs. We hope this article has helped you understand the importance of knowing the latest JavaScript libraries for working with Web APIs and their f...Discuss·29 readsJavaScript
Divij Sehgaldivijsehgal.hashnode.net·Apr 12, 2023Internal Working of Node.js, Event loop and V8 EngineNode.js is a JavaScript runtime built on top of the Chrome V8 engine that allows developers to run JavaScript on the server-side. It is known for its fast, event-driven, and non-blocking I/O model that makes it an ideal choice for building scalable, ...DiscussNode.js
Junaidmohd-junaid.hashnode.net·Apr 12, 2023React is all about componentsReact is a popular JavaScript library that is used to build dynamic and interactive user interfaces for web applications. One of the key features of React is its component-based architecture, which allows developers to build complex UIs by breaking t...DiscussReact
Rodrigo Martins Mansuelimansueli.hashnode.net·Apr 11, 2023Get WebFlow Collection items with SupabaseThis blog post will walk you through the process of fetching data from Webflow using Supabase. Webflow provides an API that you can use to access data from collections with a sync RPC call. However, to access the API, you need an API key. This post w...Discuss·71 readswebflow
Sai Pranaysaipranay47.hashnode.net·Apr 10, 20235 JavaScript Animation Libraries to Bring Your Web Pages to LifeJavaScript animation libraries are an essential part of modern web development, allowing developers to create visually engaging and interactive web pages. From simple transitions to complex 3D graphics, animation libraries provide a wide range of cap...Discuss·10 likes·27 readsJavaScript