Is React functional programming?
The Eric Normand Podcast - Podcast készítő Eric Normand

Kategóriák:
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.