2 Repos
Platforms that provide the structure, tools, and runtime environments for building custom software applications.
Distinguishing note: Focuses on the framework aspect of building custom applications as code rather than specific UI components.
Explore 2 awesome GitHub repositories matching development tools & productivity · Application Frameworks. Refine with filters or upvote what's useful.
Twenty is a headless customer relationship management framework that enables developers to build, version, and deploy custom business applications using code. By utilizing a declarative approach to data modeling, the platform allows for the definition of custom objects, fields, and complex relationships directly within the source code. This schema-driven architecture automatically generates corresponding REST and GraphQL APIs, ensuring that data structures and interface components remain synchronized across development and production environments. The platform distinguishes itself through a m
Provides a code-first framework for defining data models, business logic, and user interfaces to build custom CRM applications.
Dva is a framework for building web applications that integrates React and Redux. It utilizes a model-driven architecture to organize application logic, centralizing state management into cohesive modules that encapsulate reducers, asynchronous effects, and event subscriptions. The framework distinguishes itself through a plugin system that intercepts the action dispatch cycle to automate cross-cutting concerns such as loading state tracking. It also provides a development environment that supports hot module replacement, allowing for the updating of components, routes, and state models in th
Organizes application logic into models containing reducers, effects, and subscriptions for predictable state management.