awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesFunctional Component Converters

Scripts that programmatically convert class components into functional components.

Distinct from Functional Components: Focuses on the conversion tool itself rather than the definition of the functional component paradigm.

Explore 2 awesome GitHub repositories matching user interface & experience · Functional Component Converters. Refine with filters or upvote what's useful.

Awesome Functional Component Converters GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • reactjs/react-codemodAvatar von reactjs

    reactjs/react-codemod

    4,403Auf GitHub ansehen↗

    This project is a suite of abstract syntax tree transformation tools designed to automate the migration of source code to newer versions of React. It provides a set of scripts that programmatically modify code structures to replace deprecated APIs and component patterns with modern equivalents. The toolkit specializes in converting class components into functional components using arrow functions and prop destructuring. It also includes utilities for modernizing JSX syntax, updating deprecated lifecycle methods to stable versions, and migrating legacy string-based references to callback refs.

    Transforms ES6 class components into functional components with arrow functions and prop destructuring.

    JavaScript
    Auf GitHub ansehen↗4,403
  • sylphai-inc/adalflowAvatar von SylphAI-Inc

    SylphAI-Inc/AdalFlow

    4,167Auf GitHub ansehen↗

    AdalFlow is an autonomous AI agent framework and LLM application library designed for building modular workflows. It serves as a model-agnostic interface and RAG pipeline orchestrator, allowing users to develop ReAct agents that utilize iterative reasoning and external tool execution to solve complex tasks. The project distinguishes itself through a prompt optimization system that uses textual gradient descent to automatically refine prompt templates and few-shot examples. It treats model feedback as a differentiable signal, enabling a form of LLM backpropagation to iteratively improve output

    Transforms Python functions into formal pipeline components using decorators to maintain metadata.

    Python
    Auf GitHub ansehen↗4,167
  1. Home
  2. User Interface & Experience
  3. Functional Components
  4. Functional Component Converters

Unter-Tags erkunden

  • Pipeline Component ConvertersTools that transform standard functions into structured pipeline components with preserved metadata. **Distinct from Functional Component Converters:** Focuses on transforming Python functions into workflow components rather than UI functional components.