#
purecomponent
Here are 19 public repositories matching this topic...
Eliminate wasteful re-rendering in React components caused by inline functions
-
Updated
Apr 29, 2022 - JavaScript
-
Updated
May 4, 2019 - TypeScript
Unfortunately React.PureComponent is not embracing Immutable.js to it full potential. So here is my solution to this problem.
-
Updated
Dec 13, 2020 - JavaScript
React PureComponent loading animations
react
emotion
css-in-js
component-library
spinners
spinner-components
loading-animations
loading-spinner
loading-indicator
purecomponent
-
Updated
Aug 2, 2021 - TypeScript
Showcasing when and how to prevent a rerender of a component in React
-
Updated
Jun 12, 2020 - JavaScript
overwrite your component's shouldComponentUpdate to compare deeply
-
Updated
Oct 15, 2017 - JavaScript
React components for safely accessing the current time.
-
Updated
Jun 1, 2022 - JavaScript
A PureComponent implementation for ReasonReact
-
Updated
Apr 14, 2019 - OCaml
This is the optimized react pure component interface
-
Updated
Jan 19, 2018 - JavaScript
A simple demonstration to differentiate the difference between React.Component and React.PureComponent.
-
Updated
Apr 30, 2018 - JavaScript
Live Preview
-
Updated
Jun 8, 2019 - JavaScript
A REACT APP - Works Exchange Community Web
react
redux
javascript
css
react-router
styled-components
redux-store
react-redux
redux-thunk
immutablejs
react-router-dom
reactdom
react-loadable
purecomponent
antdesign
axios-react
createglobalstyle
-
Updated
May 3, 2022 - JavaScript
An example for the React PureComponent.
-
Updated
Apr 17, 2017 - JavaScript
An interactive mini case study on functional component vs React.Component vs PureComponent re-rendering.
-
Updated
Dec 1, 2018 - JavaScript
App to go on a TagVenture around a new city
-
Updated
May 19, 2019 - JavaScript
A practice react app to apply basic react concepts
-
Updated
May 10, 2019 - JavaScript
Exercise in React to practice stateful components, propTypes, controled components, one-way-data-binding
-
Updated
Jul 26, 2022 - JavaScript
Improve this page
Add a description, image, and links to the purecomponent topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the purecomponent topic, visit your repo's landing page and select "manage topics."
I've been trying to get it to work with Next.js v11 and now v12 but have never had any success. Would you mind providing an example?
Thanks