Änderungen

Zur Navigation springen Zur Suche springen
Zeile 7: Zeile 7:  
* [https://retool.com retool]
 
* [https://retool.com retool]
 
* [[flutter]]
 
* [[flutter]]
 +
 +
== Aspekte ==
 +
 +
=== Styling ===
 +
 +
React Natice unterstützt nur einen CSS-ähnlichen Ansatz, aber nicht CSS direkt.
 +
 +
Ähnlicher wird es mit Libraries, z.B. styled oder NativeWind.
 +
 +
Auch [https://www.unistyl.es/ UniStyles] ist eine solche Library, die das Styling von React Native Apps vereinfachen soll. Siehe dazu auch
 +
* https://dev.to/ajmal_hasan/streamlining-styling-in-react-native-with-unistyles-2fp2
 +
 +
Unabhängig von der eingesetzteh Bibliothek gibt es verschiedene Tipps:
 +
 +
* Style-Konstanten an einem zentralen Ort im Source-Code
 +
* Wiederverwendbare Komponenten
 +
 +
Siehe auch
 +
* https://medium.com/@tusharkumar27864/best-practices-for-styling-mobile-apps-in-react-native-1fcf8eac649e
 +
    
== Komponenten ==
 
== Komponenten ==

Navigationsmenü