II.
LibraryProcess overview
Reference · livelib-process:code-migration-modernization--ui-framework-migration
specializations/code-migration-modernization/ui-framework-migration overview
UI Framework Migration - Process for migrating frontend applications between UI frameworks (e.g., jQuery to React, AngularJS to Angular, legacy to modern frameworks) with component-by-component approach.
Attributes
displayName
specializations/code-migration-modernization/ui-framework-migration
description
UI Framework Migration - Process for migrating frontend applications between UI
frameworks (e.g., jQuery to React, AngularJS to Angular, legacy to modern frameworks) with
component-by-component approach.
libraryPath
library/specializations/code-migration-modernization/ui-framework-migration.js
specialization
code-migration-modernization
references
- - React Migration: https://reactjs.org/docs/thinking-in-react.html
- - Vue Migration: https://vuejs.org/guide/introduction.html
- - Angular Upgrade Guide: https://angular.io/guide/upgrade
example
const result = await orchestrate('specializations/code-migration-modernization/ui-framework-migration', {
projectName: 'jQuery to React Migration',
currentFramework: { name: 'jQuery', version: '3.6' },
targetFramework: 'React',
componentInventory: ['header', 'navigation', 'dashboard', 'forms']
});
usesAgents
- ui-analyst
- migration-planner
- frontend-developer
- component-developer
- state-developer
- style-developer
- ui-tester
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:code-migration-modernization·Specialization
lib_covers_topic1
- topic:refactoring·TopicRefactoring
lib_implements_workflow1
- workflow:technical-debt-reduction·WorkflowTechnical Debt Reduction
lib_involves_role2
- role:architect·RoleArchitect
- role:tech-lead·RoleTech Lead
lib_requires_skill_area3
- skill-area:strangler-fig-pattern·SkillAreaStrangler Fig Migration
- skill-area:parallel-run-migration·SkillAreaParallel-Run Migration
- skill-area:database-migrations-zero-downtime·SkillAreaZero-Downtime Database Migrations
uses_agent1
- lib-agent:web-development--component-developer·LibraryAgentcomponent-developer
Incoming edges
None.