Contribute to noona-hq/react-native-week-month-date-picker development by creating an account on GitHub. (more…)
Read more »
Using React.memo can give a performance boost in your app by memoizing your functional components' render. React is pretty fast by default, and in general, y... (more…)
Read more »
Now that our framework is alive and kicking, it has become possible to migrate our application gradually. (more…)
Read more »
viewport-observer - A React Component that observe changes in the intersection of a target element with viewport using IntersectionObserver... (more…)
Read more »
In this article, we reintroduce closures by building a tiny clone of React Hooks. This will serve two purposes - to demonstrate the effective use of closures in building our React Hooks clone itself, and also to implement a naive mental model of how Hooks... (more…)
Read more »