FRP on Node.js

Start programming isomorphic application on Node.js with functional reactive programming

Truong Hoang Dung

License
No License
Language
English
Chapters
9
Updated
2 hours ago
Genres
Computers
  • 0 Introduction
  • 1 Your first Node.js Bacon application
  • 2 Understanding Functional Reactive Programming
  • 3 Introducing BaconJS
  • 4 ReactJS on Node.js
  • 5 Routing with React-Router
  • 6 Your first Isomorphic Application
  • 7 A FRP Isomorphic App
  • 8 Conclusion
Subscribe to get the latest updates from this book.

Introduction

This book is an attempt to introduce you with modern Node.js application programming. You'll get familiar with:

  • React.js on client-side and server-side
  • Isomorphic application with Node.js and React.js
  • Functional Reactive Programming paradigm with Bacon.js (FRP)
  • Application FRP with Node.js to build reactive application.

Target Audiences:

  • You should be familiar with Javascript and basic Node.js (ExpressJS framework)
  • You should have basic knowledge working with ReactJS

Please take a taste of the code here