Do React hooks cause Rerender?

However great this is, it is essential to note that purely functional components with hooks always re-render during a React render cycle . Therefore, React Hooks provide the best example for component reusability. When a parent component renders, React recursively renders all of its child components.

Read more

What is event emitter for?

[…] EventEmitter is really an Angular abstraction, and should be used pretty much only for emitting custom Events in components . Otherwise, just use Rx as if it was any other library. This is stated really clear in EventEmitter’s documentation. Use by directives and components to emit custom Events.

Read more