Is React functional programming?
The Eric Normand Podcast - Un pódcast de Eric Normand
Categorías:
Even though React modifies the DOM, it is considered functional programming. It’s not strictly functional, but it is easy to reason about because the DOM is its only output. FP concepts can help us understand React.