#
render-props
Here are 130 public repositories matching this topic...
Browser API's turned into declarative React components and HoC's
-
Updated
Jun 8, 2020 - TypeScript
react
javascript
react-component
state
dumb
state-container
dumb-components
renderless
renderless-components
render-props
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Dec 28, 2019 - TypeScript
A set of tiny React components for handling state with render props.
-
Updated
Mar 5, 2019 - JavaScript
zyl1314
commented
Jan 16, 2019
Declarative WebAssembly instantiation for React
-
Updated
Dec 29, 2019 - JavaScript
React components to fetch data from firestore using render props
-
Updated
Mar 14, 2020 - JavaScript
Lift a React component's state into the url
-
Updated
Jun 29, 2020 - TypeScript
A save reminder component for react router v4+.
react
reminder
higher-order-component
react-router-v4
goodbye
render-props
react-goodbye
save-reminder
reminder-component
router-provider
-
Updated
Jun 6, 2020 - JavaScript
boilerplate for common Material-UI Menu, Popover and Popper use cases
-
Updated
Jun 26, 2020 - JavaScript
react
javascript
hooks
hook
typescript
component
progress
animation
progress-bar
spinner
progressbar
loading
higher-order-component
hoc
nprogress
render-props
-
Updated
Jul 4, 2020 - TypeScript
-
Updated
Mar 14, 2020 - JavaScript
React Component that abstracts away requestAnimationFrame, allowing you to set props by monitoring anything in the document!
-
Updated
May 26, 2018 - JavaScript
Build custom video players effortless
-
Updated
Jun 29, 2020 - TypeScript
React tooltip library built around react-popper
-
Updated
Jul 3, 2020 - TypeScript
A react-native component with render props around the Google Autocomplete Api
-
Updated
Apr 24, 2020 - TypeScript
Open
Add document site
A unopinionated component to handle showing more items
-
Updated
Apr 16, 2020 - JavaScript
Easily and reliably support Render Props, Component Injection, and Function as a Child
-
Updated
Mar 20, 2018 - JavaScript
Make your React component sticky the easy way
-
Updated
Jun 6, 2020 - JavaScript
Ergonomic Redux bindings for React using render functions
-
Updated
Jul 30, 2018 - JavaScript
oyeanuj
commented
Jan 19, 2019
Hi @ctrlplusb, back with another usage question! I notice that in the docs you mention that if optimistic is used then the placeholder is rendered first before the children. Shouldn't that always be the case?
I noticed that if I don't provide a minimum height to Styled Virtual Container, then it renders all the children even though those children have a minimum height. Is that expected?
Form Validation for React using render props
-
Updated
Jul 23, 2018 - JavaScript
Formik slides & demos from React Alicante
-
Updated
Sep 15, 2018 - JavaScript
Feature Flags for React made easy with hooks, HOC and Render Props
react
hooks
typescript
feature-flags
higher-order-component
hoc
render-prop
render-props
react-hooks
-
Updated
Jul 2, 2020 - TypeScript
A renderless tree component for your hierarchical React views
react
tree
reactjs
tree-structure
treeview
hierarchy-viewer
renderless
renderless-components
render-props
-
Updated
Feb 27, 2018 - JavaScript
㸚 Easy-to-use React state containers which utilize the render props (function as child) pattern
react
dom
scrolling
debounce
viewport
paragraph
mouse-events
state-container
function-as-child
render-props
-
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