Found a total of 10000 related content
UX/UI Laws Every Frontend Developer Should Know
Article Introduction:As frontend developers, our role extends beyond writing efficient code—we are also responsible for crafting interfaces that are intuitive and delightful for users. Understanding the fundamental laws of UX/UI empowers us to make better design decision
2024-12-27
comment 0
592
Understanding Vue.js: Primarily a Frontend Framework
Article Introduction:Vue.js is a progressive JavaScript framework released by You Yuxi in 2014 to build a user interface. Its core advantages include: 1. Responsive data binding, automatic update view of data changes; 2. Component development, the UI can be split into independent and reusable components.
2025-04-17
comment 0
1208
QuickUI: Lightweight Frontend Framework
Article Introduction:GitHub
(Formerly known as PDQuickUI, renamed to QuickUI starting from version 0.6.0)
QuickUI is a front-end rendering framework derived from PDRenderKit, focusing on enhancing front-end framework features.
By integrating a virtual DOM, it rewrites
2024-12-26
comment 0
583
What is the flet ?
Article Introduction:Flet is a framework that allows building web, desktop and mobile applications in Python without prior experience in frontend development.
You can build a UI for your program with Flet controls which are based on Flutter by Google. Flet goes beyond m
2024-11-16
comment 0
534
Build a Reading List with Svelte
Article Introduction:Svelte: A Rising Star in the Frontend Framework Landscape
Svelte has rapidly gained popularity, surpassing the status of "just another frontend framework." Its accolades include "Breakthrough of the Year" (State of JS 2019), top
2025-02-09
comment 0
1110
Installing your react.js local package registry to your project
Article Introduction:If you are following a micro frontend architecture for your react project. You would have kept your ui-components in a different repo. (e.g: ui-elements).
If you wanted to install that micro frontend repo to your parent repo. Then follow these steps
2024-12-16
comment 0
468
Integrating APIs with frontend framework jQuery
Article Introduction:Building a Dynamic Shopping Cart with jQuery and a Spring Boot REST API
Modern web apps require seamless frontend-backend communication. This tutorial demonstrates how to integrate API calls into a jQuery-based frontend for a Spring Boot REST API-pow
2025-01-28
comment 0
497
Discover Astro: The High-Performance Frontend Framework
Article Introduction:Web development has undergone a real revolution in recent years with the emergence of frameworks designed to offer speed, simplicity and optimal user experience. Among them, Astro stands out as an innovative solution for creating
2024-11-19
comment 0
333
Is Onsen UI the Answer to Cordova UI Development?
Article Introduction:Onsen UI: A JavaScript/CSS Framework for Mobile App Development
Onsen UI is a powerful JavaScript and CSS framework for building cross-platform mobile apps using HTML5, PhoneGap, and Cordova. Its focus on native-like performance, user experience, re
2025-02-20
comment 0
893
What are the benefits of using a frontend framework
Article Introduction:Using front-end frameworks can significantly improve development efficiency and code maintainability. First, they provide built-in tools, such as component structure, routing and state management, to avoid duplication of wheels; second, the framework forces code structure to facilitate team collaboration and long-term maintenance; third, it supports modular development, facilitate independent testing and updates; finally, after mastering, it can be reused across projects to reduce the repeated solutions to common problems.
2025-06-26
comment 0
148
The MERN stack series !
Article Introduction:Post 5: Building the Frontend User Interface with React
In Post 4, we developed a RESTful API using Express and Node.js to handle CRUD operations for user data. Now, it’s time to create the frontend UI using React, allowing users to view, add,
2024-11-15
comment 0
978
Travel Journal Web App
Article Introduction:Project: Web App for travel journal and interactive Map
Task: UI design and prototype (Figma), Frontend dev
Languages: HTML, CSS, JavaScript
Public API: Leaflet, MapTiler
2024-11-05
comment 0
481
Vue.js and the Frontend: A Deep Dive into the Framework
Article Introduction:Vue.js is loved by developers because it is easy to use and powerful. 1) Its responsive data binding system automatically updates the view. 2) The component system improves the reusability and maintainability of the code. 3) Computing properties and listeners enhance the readability and performance of the code. 4) Using VueDevtools and checking for console errors are common debugging techniques. 5) Performance optimization includes the use of key attributes, computed attributes and keep-alive components. 6) Best practices include clear component naming, the use of single-file components and the rational use of life cycle hooks.
2025-04-22
comment 0
1028
Top 5 jQuery UI Alternatives
Article Introduction:Key Differences Among Popular UI Frameworks
This article compares several leading UI frameworks as alternatives to jQuery UI, highlighting their strengths and weaknesses to help developers choose the best fit for their projects. Each framework offer
2025-02-17
comment 0
1290