Zeile 461: |
Zeile 461: |
| | | |
| ==== React ==== | | ==== React ==== |
− | React ist ein von Facebook entwickeltes Framework zum Darstellen von HTML-UI-Komponenten. | + | [[React]] ist ein von Facebook entwickeltes Framework zum Darstellen von HTML-UI-Komponenten. Es gibt es auch in einer React Native-"Geschmack" zum Erstellen von nativen [[Android]]- oder [[iOS]]-Apps. |
− | | |
− | ===== Allgemeines =====
| |
− | | |
− | Siehe
| |
− | * [https://www.robinwieruch.de/react-pass-props-to-component/ Vertiefung der React Props] - ausführlich unter Berücksichtigung neuerer JavaScript-Sprachkonstrukte
| |
− | | |
− | ===== React und TypeScript und Webpack =====
| |
− | | |
− | Siehe
| |
− | * Codeburst on webpack typescript and react
| |
− | ** https://codeburst.io/webpack-typescript-react-part-1-dc154e250f23
| |
− | ** https://codeburst.io/webpack-typescript-react-part-3-82ce3000d25e
| |
− | * https://www.typescriptlang.org/docs/handbook/react-&-webpack.html
| |
− | | |
− | | |
− | ===== Testen von React =====
| |
− | | |
− | Siehe
| |
− | * Enzyme
| |
− | * [[Jest]]
| |
− | * https://medium.com/@fay_jai/getting-started-on-testing-with-typescript-reactjs-and-webpack-a45a72f4f603
| |
− | | |
− | ===== Lange Listen in React =====
| |
− | | |
− | Siehe
| |
− | * [https://itnext.io/handling-large-lists-and-tables-in-react-238397854625 Lange Listen darstellen während des Ladens]
| |
− | * [https://stackoverflow.com/questions/38033442/big-list-performance-with-react Darstellen langer Listen mit React]
| |
− | * [https://github.com/bvaughn/react-virtualized React-virtualized - Modul zum Anzeigen von Daten erst dann, wenn der Benutzer dies will]
| |
| | | |
| ==== Angular ==== | | ==== Angular ==== |