@ea-lab/reactive-json-docs
Version:
Complete documentation for Reactive-JSON - Components, examples and LLM-parsable guides
17 lines (13 loc) • 926 B
YAML
renderView:
- type: Markdown
content: |
# 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)**: Details on how element attributes can be modified by the app state.
- **[Data Mapping](data-mapping)**: Learn how to selectively dispatch and transform response data using the Data Mapping system.
- **[Data Processors](data-processors)**: Learn how to intercept and modify data from HTTP requests using the DataProcessor system.
- **[Forward Update](forward-update)**: Implementation details about the retrieval of event values.
- **[Plugins](plugins/index)**: Learn how to extend Reactive-JSON with custom components and plugins.
data:
page_title: "Advanced Concepts - Reactive-JSON Documentation"