2 Repos
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.
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.
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.