The Clean Architecture appears to advocate an independence of 'feature laden' frameworks, for the business logic at the center of the circle. Then you look at any framework's tutorials (React comes to mind), and tasks like management of timeouts, and calls out through the boundary layer are demonstrated using the latest features of the framework. If it's Cleaner to not use your UI framework for state management, how come the tutorials are pointing you away from Clean?