Rate your React experience and course expectancy
Link will be posted in the teams chat
Follow the presentation here
made with reveal.js
Follow the presentation here
React is a library for creating user interfaces .
It is provides the rendering mechanism and a basic state handling (for interactivity), but leaves other aspects to the developer.
Thanks to the huge community, there are many complementing libraries , e.g. for routing and data fetching.
There are also full-featured frameworks based on React, which target common use cases (e.g. Next.js, Remix).
and many more…
Similarly, arrays can be destructed:
Using destructuring for function parameters:
with TypeScript: