Builds the view for a builder and tears it down when it is replaced or unmounted. The builder must be stable across renders (module scope or useMemo): a new builder means a new build.
useMemo
Builds the view for a builder and tears it down when it is replaced or unmounted. The builder must be stable across renders (module scope or
useMemo): a new builder means a new build.