@ea-lab/reactive-json-docs
Version:
Complete documentation for Reactive-JSON - Components, examples and LLM-parsable guides
12 lines (8 loc) • 774 B
Markdown
# Advanced Concepts
This section covers advanced features and concepts in Reactive-JSON that enable more sophisticated data processing and application behavior.
## Topics
- **[Attribute Transformers](attribute-transformers.md)**: Details on how element attributes can be modified by the app state.
- **[Data Mapping](data-mapping.md)**: Learn how to selectively dispatch and transform response data using the Data Mapping system
- **[Data Processors](data-processors.md)**: Learn how to intercept and modify data from HTTP requests using the DataProcessor system
- **[Forward Update](forward-update.md)**: Implementation details about the retrieval of event values.
- **[Plugins](plugins/index.md)**: Learn how to extend Reactive-JSON with custom components and plugins.