render-props
Here are 138 public repositories matching this topic...
Browser API's turned into declarative React components and HoC's
-
Updated
Apr 16, 2022 - TypeScript
-
Updated
Mar 13, 2022 - JavaScript
-
Updated
Jun 22, 2022 - TypeScript
A set of tiny React components for handling state with render props.
-
Updated
Mar 5, 2019 - JavaScript
Declarative WebAssembly instantiation for React
-
Updated
Sep 21, 2021 - JavaScript
Compose render props imperatively with async/await/CPS kinda sugar
-
Updated
Feb 13, 2019 - JavaScript
boilerplate for common Material-UI Menu, Popover and Popper use cases
-
Updated
May 13, 2022 - JavaScript
-
Updated
Jun 27, 2022 - TypeScript
Feature Flags for React made easy with hooks, HOC and Render Props
-
Updated
Jun 22, 2022 - TypeScript
React components to fetch data from firestore using render props
-
Updated
Apr 28, 2022 - JavaScript
A React hook to effortlessly build smart tooltips.
-
Updated
Jun 28, 2022 - TypeScript
Lift a React component's state into the url
-
Updated
Jun 23, 2022 - TypeScript
A save reminder component for react router v4+.
-
Updated
Apr 12, 2022 - JavaScript
-
Updated
Jun 23, 2022 - JavaScript
Build custom video players effortless
-
Updated
Jun 23, 2022 - TypeScript
React Component that abstracts away requestAnimationFrame, allowing you to set props by monitoring anything in the document!
-
Updated
May 26, 2018 - JavaScript
Simple, lightweight, flexible pagination ReactJS component
-
Updated
Jun 1, 2022 - JavaScript
Make your React component sticky the easy way
-
Updated
May 9, 2022 - JavaScript
Easily and reliably support Render Props, Component Injection, and Function as a Child
-
Updated
Mar 20, 2018 - JavaScript
Ergonomic Redux bindings for React using render functions
-
Updated
Oct 16, 2021 - JavaScript
Right know whenever onSubmit is called we only return e event of the form and valid flag to tell whether the validation is succeeded or not.
I think it will be great if we also returning the data that being validated so the user could do something with the data like sending POST request or anything.
Optimise your React apps by only rendering components when in proximity to the viewport.
-
Updated
Jul 13, 2018 - JavaScript
Formik slides & demos from React Alicante
-
Updated
Sep 15, 2018 - JavaScript
react patterns examples
-
Updated
Jun 1, 2022 - JavaScript
A renderless tree component for your hierarchical React views
-
Updated
Feb 27, 2018 - JavaScript
Shared element transition helper components for React
-
Updated
Jun 15, 2018 - JavaScript
㸚 Easy-to-use React state containers which utilize the render props (function as child) pattern
-
Updated
Apr 6, 2019 - JavaScript
-
Updated
Mar 6, 2019 - TypeScript
1 kB React component for accessible accordions / collapse UI
-
Updated
Dec 4, 2017 - TypeScript
Improve this page
Add a description, image, and links to the render-props topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the render-props topic, visit your repo's landing page and select "manage topics."


Current Behavior
The type
ErrorMessagedoesn't have an id property.Desired Behavior
It'd be nice
id?: stringwould be added to the typeErrorMessageand set on the outermost component that serves as error message.Suggested Solution
Add
id={this.props.id}to the outer component inErrorMessage.Who does this impact? Who is this