Sharing Logic Between Components in Different React Renderers Sep 15, 2021 in From Our Experts Sharing Logic Between Components in Different React Renderers The bottom line is that there are more targets for React and it may still be necessary to reuse logic across multiple renderers for different platforms. Fortunately, building a custom hook provides an easier path to share component logic than the original render props technique did. Read more
React Rendering for Rapidly Changing UIs May 26, 2022 in From Our Experts React Rendering for Rapidly Changing UIs This article presents situations where imperative programming can be used to improve performance when updating multiple UI components. Read more