Armstrong Olawandearmstrongolawande.hashnode.dev·Nov 5, 2023Scroll Blockchain: A Beginner's GuideScroll is a layer 2 scaling solution to the Ethereum blockchain that utilizes ZK technology, enabling faster and more efficient transactions while maintaining the security of the Ethereum blockchain. One advantage of Scroll network is that it is more...Discuss·1 likeWeb 3Blockchain
Sai Pranaysaipranay47.hashnode.dev·Oct 30, 2023CSS Snap Scroll: A Hidden GemMost of you probably don't know about CSS snap scroll, but it's a really cool feature that can be used to create smooth and engaging scrolling experiences. Snap scroll allows you to define snap points, which are positions that the scroll container wi...DiscussCSS
Alex Buaisciabuaiscia.hashnode.dev·Oct 25, 2023How to Handle Scroll Events in ReactIn this blog post, we’ll explore how to handle scroll events in a React application. We’ll focus on an issue developers could face: synchronizing state with the scroll position. The Problem Imagine you’re building a complex UI with multiple sections,...DiscussJS & React TipsReact
Dantuffstuff9.hashnode.dev·Sep 6, 2023Intuitive Scrolling for Chatbot Message StreamingHow do we make a chat interface auto-scroll to the latest message while still allowing users to scroll up to view previous messages without interruption? Without a proper solution, either new messages can get buried, or the user can become frustrated...Discuss·10 likesReact
Pranav Jadhavthejrpranav09.hashnode.dev·Aug 6, 2023Master JavaScript Scroll Reveal Library: Boost The User Experience 📲Introduction - Hey, there 👋🏻 Web developers welcome to an exhilarating quest into the captivating world of "Scroll Reveal" in JavaScript. As websites become more dynamic and interactive, adding scroll animations has become a popular way to enhance ...Discuss·1 like·129 readsscroll
Francis Ethamfrancis123.hashnode.dev·Mar 27, 2023Scroll to top component reactIntroduction: Scrolling to the top of a webpage is a common functionality that many websites offer to enhance user experience. It allows users to quickly navigate to the top of the page without the need to manually scroll back up. In React, creating ...Discuss·57 readsReact
Pieces for Developerspieces.hashnode.dev·Jan 13, 2023Improving Scroll Effects with Locomotive Scroll in VueWebsites, especially those with enormous amounts of material, can use scrolling animations as features to make browsing more enjoyable. With the advent of specialized libraries, scrolling animations are becoming increasingly widespread on the web. We...Discuss·85 readsVue.js
Olayinka Oshidipeyunggenius.hashnode.dev·Nov 29, 2022How To Deploy An Existing Smart Contract To Scroll.io TestnetScroll is an EVM-Equvalent zkEVM zkRollup. One of the many things this means is that developers can migrate currently existing dapps onto scroll with minimal tweaks to how their code is written. This is great news as there aren’t a lot of compatibili...Discuss·156 readszkrollup
Davideblog.davideai.dev·Nov 9, 2022Deploy an ERC-20 token on Scroll L2 using HardhatThis simple project shows you how to deploy an ERC-20 token on the Scroll L2 testnet using HardHat. Scroll is a new and emerging EVM compatible zero knowledge rollup blockchain aimed at improving Ethereum scalability and reducing costs. Find the rep...Discuss·134 readsscroll
Steve Chegestevechege.hashnode.dev·Aug 20, 2022Scroll-to-position using FlutterHey folks, In this tutorial we will see some ways in which we can programmatically tweak the scrolling behaviors in our flutter applications. Why should anyone care? Because no one wouldn't love to bless their users with intuitive scrolling in their ...Discuss·468 readsFlutter