I have re-implemented this based on some resources, some of which are included in the project, as well. Before React 16, the idea of Virtual Dom was at React core and was heavily consumed by the community. As of React 16, the library benefits from something called fiber, a new feature built on top of functional programming paradigms (e.g. effects, handlers, coroutines) that actually is a re-implementaion of Stack. Therefore, a fiber is a virtual stack frame, meaning besed on some priority, stack frames can be manipulated (push or pop) when each update meets a deadline, performing work at a later time. This is just a brief overview. I assume you are familiar with the core concepts. Last but not least, of all React functionality, class component with only one lifecycle method (setState) is built. Feel free to mess around with it!
React wrapper component around Persian tools
مجموعه برترین سوال و جوابهای ریاکت(احتمالا برای استخدام اینا)
🔀 Render from Json object
⚛️ Minimal zero dependency lazy load images solution with a simple React Hook for all images of an element
⚛️ Minimal "optimistic UI" pattern implementation with a React Hook
Context selector hook for React
📅 React Native Jalali DatePicker component for both Android and iOS ✨
connect react components with wire