Alex Cloudstarblog.alexcloudstar.com·2 hours agoA Comprehensive Introduction to Vue.jsWhat is Vue.js? Vue.js is a progressive JavaScript framework used for building user interfaces and single-page applications (SPAs). It was created by Evan You and first released in 2014. Vue is known for its simplicity, flexibility, and ease of integ...Vue.js
Tamiz Uddingenzit.xyz·10 hours agoStep-by-Step Guide: Setting Up a React.js Vite Project with Best PracticesReact.js is one of the most popular JavaScript libraries for building user interfaces, and Vite has emerged as a blazing-fast build tool that enhances the development experience. Combining React with Vite allows developers to create modern, high-perf...React JS TutorialReact
yarnmiyarnmi.hashnode.dev·Feb 16, 2025Vite에서 타입 검사가 빠진 이유는?들어가며 타입 관련 파일명을 변경한 뒤, import 구문 수정한 커밋을 누락한 채 배포했다."타입 에러가 발생해서 빌드가 실패했겠지?"라고 생각했는데, 예상과 다르게 배포가 문제없이 진행되었다."왜 타입 에러가 있었는데도 빌드와 배포가 성공한 걸까?" 🤔이 궁금증을 해결하기 위해 CRA와 Vite의 빌드 과정을 비교해 보았다. 나의 착각 : 타입 체크는 자동으로 수행될 거야! CRA와 같이 Vite도 프로덕션 빌드에서 타입 체크를 수행할 ...vite
Vivekheyvivek.com·Feb 13, 2025🌟 Is No-Build Even a Possibility in Today’s Complex JavaScript Ecosystem?The JavaScript world today is often synonymous with complex build processes. Webpack, Babel, PostCSS, TypeScript—it feels like every new project comes bundled with a monstrous configuration file. As much as these tools have improved our workflow and ...11 likes·114 readsno build
Ákos Kőművesakoskm.com·Feb 14, 2025React Component Testing with Vitest's Browser Mode and PlaywrightVitest and React Testing Library are great for component testing. We all love to see those console messages with our tests passing so we can confidently kick off that deployment. However, unit testing front-end components was always a bit tricky for ...1 like·101 readsreact router
Deepak Modideepakmodi.hashnode.dev·Feb 12, 2025Building My Personal Portfolio Website with React and Tailwind CSSIntroduction Hello everyone! 🚀 I recently built and deployed my personal portfolio website, and I’m excited to share the journey with you. This portfolio is a reflection of my work, skills, and projects, crafted with modern web technologies like Rea...28 readsportfoliowebsite
Sébastien Conejosebastienconejo.hashnode.dev·Feb 3, 2025I built a portfolio in minutes with Bolt and ManifestTL;DR In this article, I'll show you how to build a complete portfolio with a backend to manage your projects. We'll use bolt for the frontend and Manifest to spin up a backend in seconds. No complexity, no bloat—just a fast, efficient, and streamlin...Frontend Development
Anjanesh Lekshminarayanananjanesh.dev·Feb 2, 2025How to setup Django with React using InertiaJSThe official Django Inertia adapter was released in December 2022 but there was 0 front-end documentation and only the Django part of documentation - even now (as of 2nd February 2025) it says "Django specific frontend docs coming soon." with referen...36 readsDjango
Ray Bergerblog.rayberger.org·Feb 2, 2025Vue Migration Part 2 - A Simple Solution EmergesIn Part 1 of our Vue migration journey at Open Library, I expressed frustration with the tooling's lack of support for our specific use case. However, I'm pleased to report that we've found an elegant solution. You can view the final implementation i...Vue.js
Alvin Crespoalvincrespo.hashnode.dev·Jan 31, 2025React, Vite & Production-Ready DockerIn my previous article, we set up a development environment for a Vite + React application using Docker. While that setup was perfect for development, production environments have different requirements around security, performance, and reliability. ...234 readsDocker