You can use Redux together with React, or with any other view library.
It is tiny (2kB, including dependencies).
New! Learn Redux from its creator:
Getting Started with Redux (30 free videos)
var Busboy = require('busboy'), | |
Grid = require('gridfs-stream'), | |
mongoose = require('mongoose'), | |
router = module.exports = require('express').Router(); | |
var gfs = new Grid(mongoose.connection.db, mongoose.mongo); | |
router | |
.get('/:item/receipt/info', function(req, res, next){ | |
gfs.files.find({ |
#!/bin/bash | |
<<COMMENT | |
# Simple Installation of the latest Brew, Cask, Git, Node.js, and atom editor. # | |
@Author: Austin Turnage | |
@License: MIT | |
# Example Usage # | |
Download Method:: | |
Download this file, and from the directory, run in terminal |
You can use Redux together with React, or with any other view library.
It is tiny (2kB, including dependencies).
New! Learn Redux from its creator:
Getting Started with Redux (30 free videos)
A curated list of AWS resources to prepare for the AWS Certifications
A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.