Is React functional programming?

The Eric Normand Podcast - A podcast by Eric Normand

Categories:

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.