1.

What Are Functional Programming Concepts?

Answer»

The various functional programming concepts used to structure REDUX are LISTED below:

  • Functions are treated as First class objects.
  • Capable to pass functions in the FORMAT of arguments.
  • Capable to control flow using, recursions, functions and ARRAYS.
  • helper functions such as reduce and map filter are used.
  • allows linking functions TOGETHER.
  • The state doesn’t change.
  • Prioritize the order of executing the code is not really necessary.

The various functional programming concepts used to structure Redux are listed below:



Discussion

No Comment Found