Hichem Taboukouyouthichemtech-dev-stories.hashnode.dev·15 hours agoBeyond Type Safety: making TypeScript smarter by Building a Runtime PickerDisclaimer Hey, before we get started, let me clarify something: while I’ll be talking a lot about my package, ts-runtime-picker, this isn’t a promotional article. I’m just sharing my experience and the journey I took before building it. (But hey, i...Programming Blogs
RichGod Usenrichgodsblog.hashnode.dev·Dec 20, 2024Solution for 404 Not Found Error in Vercel DeploymentsIntroduction Deploying web applications can sometimes present unexpected challenges, especially when working with modern hosting platforms like Vercel. One common issue developers face is encountering a 404 error when refreshing pages in a single-pag...10 likesTech Journey ShenanigansSolution
syncfusionsyncfusion-blogs.hashnode.dev·Dec 20, 2024Vite.js: Build Faster FrontendsTL;DR: Vite.js is a modern frontend build tool that significantly speeds development and improves performance. It offers features like instant server start, hot module replacement (HMR), and efficient bundling with Rollup, making it a strong alternat...Front-end Development
FAB Builderfabbuilder.hashnode.dev·Dec 18, 2024Deploying React Apps with Vite: The Complete GuideWhen it comes to building modern web applications, React has become a favorite library for developers around the world. It is flexible, powerful and has a large ecosystem. However, deploying React efficiently can be a challenge, especially with incre...React
Abdullahi RajiforCrossFi Africa Blogcrossfiafrica.hashnode.dev·Dec 18, 2024Build your first dApp on CrossFi: Part 2In Part 1, we focused on smart contract development, creating the foundation for our dApp. Now, in Part 2, we’ll set up the frontend project to interact with the smart contract using React, Reown AppKit, and TailwindCSS. Step 1: Setting up the Fronte...Blockchain
syncfusionsyncfusion-blogs.hashnode.dev·Dec 17, 2024Webpack vs Vite: Which Bundler is Right for You?TL; DR: Vite is generally faster and easier to use, making it ideal for smaller projects and rapid prototyping. Webpack offers extensive customization and a vast plugin ecosystem, making it better suited for complex, large-scale apps. Webpack is a w...JavaScript
FAB Builderfabbuilder.hashnode.dev·Dec 16, 2024React + Vite: The ultimate guide to static application deploymentReact and Vite are a powerful combination for building fast, modern web applications. This guide covers everything you need to know about deploying static apps using React and Vite, offering step-by-step instructions and best practices to ensure opti...vite
Suhas Khobragadesuhaasya.hashnode.dev·Dec 14, 2024Building a Progressive Web App with React and ViteIntroduction Progressive Web Apps (PWAs) combine the best of web and mobile applications, offering a native app-like experience through web browsers. In this guide, we'll walk through creating a basic PWA using React and Vite, making your web applica...Modern Web Apps
Nguyen Thi Thaoharrypage.hashnode.dev·Dec 13, 2024Key Tips for ReactJS Beginners to Know1. Set Up a React Project with Vite npm create vite@latest my-react-app --template react cd my-react-app npm install npm run dev Tip: Vite is faster than Create React App for development. It provides better performance and a leaner build process. ...React
Yug Jadvanitheyugjadvani.hashnode.dev·Dec 8, 2024Why We Finally Moved Out of Next.js: A Developer's PerspectiveThe landscape of web development frameworks is constantly evolving, and developers frequently weigh their options to find the best tools for their projects. Next.js, a React-based framework, has been a game-changer for server-side rendering (SSR) and...Web Development