Introduction
Introduction
This book is a guide to use Rails with React.js framework.
The aim of the book is to build a blogging platform in which each author could have his own blog.
The project will follow BDD methodology. Each feature should be described with an acceptance test case first before any coding.
Hope you enjoy this journey!
Table of contents
- Requirements
- Setup project
- First spec: Create blog
- Refactor first spec
- Second spec: View blog
- Authentication
- What is Flux and Why using it ?
- Refactor project using Flux
- Conclusion
Real world project using this book: