Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:back:start [2025/09/03 14:43] – Automatic translation caprel | en:back:start [2025/09/03 14:44] (current) – Automatic translation caprel | ||
---|---|---|---|
Line 9: | Line 9: | ||
* '' | * '' | ||
- | As well as a file '' | + | As well as a file '' |
##Mapping dolibarr <-> react application | ##Mapping dolibarr <-> react application | ||
- | Dolibarr objects can't be directly transposed into react, so we've developed a mapping system that allows you to map dolibarr objects | + | Dolibarr objects can't be directly transposed into react, so we've developed a mapping system that matches |
Each dolibarr class that needs to be mapped can be mapped using a set of fine-tuned techniques, details of which can be found below. | Each dolibarr class that needs to be mapped can be mapped using a set of fine-tuned techniques, details of which can be found below. | ||
Line 21: | Line 20: | ||
If your module provides a SmartInter object, for example, you can map its fields to react simply by implementing a dmSmartInter file. | If your module provides a SmartInter object, for example, you can map its fields to react simply by implementing a dmSmartInter file. | ||
- | More details on the [[mapping dolibarr < | + | More details on the [[back: |
##api.php file | ##api.php file |