Framework Guidelines

Framework-specific guidelines help you follow best practices and patterns for different development frameworks.

Overview

This section provides detailed guidance for various frameworks across different domains:

  • Frontend Frameworks: Web development frameworks
  • Mobile Frameworks: Mobile app development frameworks

Framework Categories

Frontend Frameworks

Web development frameworks and libraries:

React

  • Component navigation and manipulation
  • JSX-aware selection and editing
  • Hook-specific cursor movements
  • Learn More

Vue

  • Template syntax navigation
  • Component composition utilities
  • Reactive data handling
  • Learn More

Angular

  • TypeScript integration
  • Template syntax assistance
  • Decorator-aware navigation
  • Learn More

Next.js

  • Server-side rendering
  • API routes and middleware
  • Static site generation
  • Learn More

Svelte

  • Reactive declarations
  • Component compilation
  • State management
  • Learn More

Qwik

  • Resumability patterns
  • Progressive enhancement
  • Resource optimization
  • Learn More

Astro

  • Static site generation
  • Component islands
  • Framework integration
  • Learn More

Mobile Frameworks

Mobile app development frameworks:

Common Guidelines

  1. Architecture

    • Follow framework-specific architecture patterns
    • Implement proper component structure
    • Use recommended state management
  2. Performance

    • Optimize rendering and load times
    • Follow performance best practices
    • Implement efficient data handling
  3. Testing

    • Use framework-specific testing tools
    • Write comprehensive tests
    • Follow testing best practices
  4. Deployment

    • Follow deployment guidelines
    • Implement proper build processes
    • Configure production settings

Benefits

  • Consistent development patterns
  • Improved code quality
  • Better performance
  • Easier maintenance
  • Enhanced team collaboration