#
render-props
Here are 130 public repositories matching this topic...
Browser API's turned into declarative React components and HoC's
-
Updated
Sep 27, 2020 - TypeScript
react
javascript
react-component
state
dumb
state-container
dumb-components
renderless
renderless-components
render-props
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Sep 4, 2020 - TypeScript
A set of tiny React components for handling state with render props.
-
Updated
Mar 5, 2019 - JavaScript
Compose render props imperatively with async/await/CPS kinda sugar
-
Updated
Feb 13, 2019 - JavaScript
Declarative WebAssembly instantiation for React
-
Updated
Sep 5, 2020 - JavaScript
React components to fetch data from firestore using render props
-
Updated
Sep 5, 2020 - JavaScript
Lift a React component's state into the url
-
Updated
Sep 8, 2020 - TypeScript
react
javascript
hooks
hook
typescript
component
progress
animation
progress-bar
spinner
progressbar
loading
higher-order-component
hoc
nprogress
render-props
-
Updated
Oct 1, 2020 - TypeScript
boilerplate for common Material-UI Menu, Popover and Popper use cases
-
Updated
Sep 11, 2020 - JavaScript
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
Sep 7, 2020 - JavaScript
-
Updated
Sep 7, 2020 - JavaScript
React tooltip library built around react-popper
-
Updated
Jul 30, 2020 - TypeScript
Build custom video players effortless
-
Updated
Aug 31, 2020 - TypeScript
React Component that abstracts away requestAnimationFrame, allowing you to set props by monitoring anything in the document!
-
Updated
May 26, 2018 - JavaScript
A react-native component with render props around the Google Autocomplete Api
-
Updated
Apr 24, 2020 - TypeScript
Simple, lightweight, flexible pagination ReactJS component ⏮ ⏪ 1️⃣ 2️⃣ 3️⃣ ⏩ ⏭
react
pagination
typescript
reactjs
flowtype
paginator
server-rendering
paginate
pagination-components
cypress
seo-friendly
function-as-child
render-prop
render-props
-
Updated
Jul 31, 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
Sep 7, 2020 - 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
Sep 22, 2020 - TypeScript
Ergonomic Redux bindings for React using render functions
-
Updated
Jul 30, 2018 - JavaScript
Optimise your React apps by only rendering components when in proximity to the viewport.
-
Updated
Jul 13, 2018 - JavaScript
semmiverian
commented
Jun 25, 2018
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.
Formik slides & demos from React Alicante
-
Updated
Sep 15, 2018 - JavaScript
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
Shared element transition helper components for React
-
Updated
Jun 15, 2018 - 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