This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const React = require('react'); | |
| const _ = require('lodash'); | |
| var model = new falcor.Model({ | |
| cache: { | |
| movies: [ | |
| { | |
| title: "Daredevil", | |
| plot: "Marvel lol", | |
| year: "2015-", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // jshint unused:true | |
| var React = require('react'); | |
| var NavigatableMixin = require('react-router-component').NavigatableMixin; | |
| var Redirect = React.createClass({ | |
| mixins: [NavigatableMixin], | |
| _redirect: function(url) { | |
| this.navigate(url); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kubeadm init --use-kubernetes-version=v1.5.6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kubeadm init --use-kubernetes-version=v1.5.6 |
OlderNewer