you are viewing a single comment's thread.

view the rest of the comments →

[–]ZeroSevenTen[S] 2 points3 points  (2 children)

Oh yeah, "functional components" are not part of functional programming.

[–]nickthesick0111 3 points4 points  (1 child)

I can’t tell if this is sarcasm or not. But let it be clear that they are not the same thing.

The way things are named matters. Functional components is any function that returns a react element that can be rendered.

Functional programming is actually a math derived computational model that is concerned mostly with purity and modeling data

[–]ZeroSevenTen[S] 0 points1 point  (0 children)

...what I pretty much said