Files
30-seconds-of-code/collections/react/rendering.yaml
2023-05-18 23:33:36 +03:00

19 lines
632 B
YAML

slug: react/rendering
name: React Rendering
miniName: Rendering
parent: react
featured: true
snippetIds:
- react/s/rendering-basics
- react/s/rendering-optimization
- react/s/rendering-state
splash: glasses-comic.png
description: >-
Understanding of the rendering process is a crucial piece of knowledge when
creating web applications with React. Take a deep dive into the fundamentals
and core concepts as well as more advanced techniques with this series of
articles.
shortDescription: >-
Understand the fundamentals of React's rendering process as well as more
advanced techniques with this series of articles.