1 repository
Mechanisms for executing asynchronous logic within the rendering lifecycle of plugin components.
Distinct from Plugin Renderers: Focuses on the asynchronous data-fetching aspect of the rendering lifecycle rather than general UI state updates.
Explore 1 awesome GitHub repository matching user interface & experience · Asynchronous Rendering Hooks. Refine with filters or upvote what's useful.
react-markdown is a React renderer that converts markdown text into a virtual DOM to safely display formatted content. It functions as a markdown syntax parser and renderer that transforms markdown strings into structural elements, ensuring XSS-safe content delivery. The project allows for the mapping of standard markdown elements to custom React components for specialized styling and behavior. It supports syntax extensions through a plugin system, enabling additional formatting features such as tables, footnotes, and tasklists. The system includes security primitives for HTML and URL saniti
Executes asynchronous plugins during rendering via server-side awaits or client-side hooks.