Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revskill10/reactjs-rails
The source of book React.js - The Rails way
https://github.com/revskill10/reactjs-rails
Last synced: 16 days ago
JSON representation
The source of book React.js - The Rails way
- Host: GitHub
- URL: https://github.com/revskill10/reactjs-rails
- Owner: revskill10
- Created: 2014-07-06T16:14:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-13T14:42:52.000Z (almost 9 years ago)
- Last Synced: 2024-10-04T16:57:55.018Z (about 1 month ago)
- Size: 806 KB
- Stars: 10
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
You will learn how to use latest technologies from Ruby on Rails, React.JS, Flux architecture pattern, Webpack, ES6 javascript, React-Router and Material Design Framework to make a real world web application.
Hope you enjoy this journey!
# Table of contents
1. Requirements
2. Setup project
3. First spec: Create blog
4. Refactor first spec
5. Second spec: View blog
6. Authentication
7. What is Flux and Why using it ?
8. Refactor project using Flux
9. Conclusion# Real world project using this book:
- [HPU Online Rollcall Attendance](http://qlgd.hpu.edu.vn)([Source code](https://github.com/checkraiser/qlgd))