Building Declarative Apps using Functional Javascript

Building Declarative Apps using Functional Javascript

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 4.5 Hours | 1.02 GB

Learn how to handle composition and build code to run your App in Functional javascript

In this video we will learn techniques like combining smaller units of code intocomposition pipelines. Composition is functional programming’s solution for taking smaller pieces of pure logicand building them into larger chunks of code which can also themselves be combined into even larger chunks. You’ll learn how to reason about these composed functions and learn the laws of compositionality to deal with common issues that come along when writing compositional logic. Composing functions creates a form of functions called a “point-free” function.We’ll continue building code that mirrors popular framework thinking. Students will learn how to create a statemanagement pattern like React and how to handle DOM events (and other I/O) by encapsulating logic insidegeneric containers.

What You Will Learn

  • Understand the techniques for functional programming
  • Work with composition as a solution for your tasks
  • Build code that mirrors popular frameworks
  • Learn to handle management patterns like React and DOM events