Skip to content
This repository was archived by the owner on Feb 7, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var Footer = function (_React$Component) {
function Footer() {
_classCallCheck(this, Footer);

return _possibleConstructorReturn(this, Object.getPrototypeOf(Footer).apply(this, arguments));
return _possibleConstructorReturn(this, (Footer.__proto__ || Object.getPrototypeOf(Footer)).apply(this, arguments));
}

_createClass(Footer, [{
Expand Down Expand Up @@ -64,7 +64,7 @@ var Footer = function (_React$Component) {
_react2.default.createElement(
'li',
null,
'© 2016'
'\xA9 2016'
),
_react2.default.createElement(
'li',
Expand Down Expand Up @@ -150,7 +150,7 @@ var Header = function (_React$Component) {
function Header(props) {
_classCallCheck(this, Header);

var _this = _possibleConstructorReturn(this, Object.getPrototypeOf(Header).call(this, props));
var _this = _possibleConstructorReturn(this, (Header.__proto__ || Object.getPrototypeOf(Header)).call(this, props));

_this.state = {
message: null
Expand Down Expand Up @@ -298,7 +298,7 @@ var Hello = function (_Component) {
function Hello() {
_classCallCheck(this, Hello);

return _possibleConstructorReturn(this, Object.getPrototypeOf(Hello).apply(this, arguments));
return _possibleConstructorReturn(this, (Hello.__proto__ || Object.getPrototypeOf(Hello)).apply(this, arguments));
}

_createClass(Hello, [{
Expand Down Expand Up @@ -451,7 +451,7 @@ var Post = function (_React$Component) {
function Post(props) {
_classCallCheck(this, Post);

var _this = _possibleConstructorReturn(this, Object.getPrototypeOf(Post).call(this, props));
var _this = _possibleConstructorReturn(this, (Post.__proto__ || Object.getPrototypeOf(Post)).call(this, props));

_this.state = {
posts: [],
Expand Down Expand Up @@ -483,10 +483,10 @@ var Post = function (_React$Component) {
}, {
key: 'render',
value: function render() {
var _state = this.state;
var posts = _state.posts;
var categories = _state.categories;
var currentCategory = _state.currentCategory;
var _state = this.state,
posts = _state.posts,
categories = _state.categories,
currentCategory = _state.currentCategory;

if (currentCategory) {
posts = posts.filter(function (item) {
Expand Down
Binary file added pictures/kompetisiid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions posts.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,5 +235,24 @@
"web",
"reactjs"
]
},
{
"title": "Kompetisi Id",
"author": {
"name": "IdMore Team",
"link": "https://byidmore.com"
},
"demo": "https://kompetisi.id",
"code": null,
"category": "web",
"picture": "pictures/kompetisiid.png",
"description": "Kompetisi Id adalah platform kompetisi yang khusus diadakan untuk Warga Negara Indonesia, Selalu ada hadiah disini.",
"tag": [
"web",
"reactjs",
"redux",
"nodejs",
"isomorphic"
]
}
]