From React developer perspective this looks ugly (at least for now). It is dependant on class-based components, it will do nasty modifications to your class instances. You can do much cleaner job using React hooks.
From React developer perspective this looks ugly (at least for now). It is dependant on class-based components, it will do nasty modifications to your class instances. You can do much cleaner job using React hooks.