Skip to content

Instantly share code, notes, and snippets.

@PolGuixe
PolGuixe / index.js - configs folder
Created July 1, 2016 10:26
Add a way to set default loading and error components #8
// inside client/modules/core/configs/index.js
import reactKomposerConfig from './react-komposer-config';
export default function (context) {
reactKomposerConfig();
}
@PolGuixe
PolGuixe / product_edit.jsx
Created June 30, 2016 16:14
DEBUG -- Problems with ReactDOM.findDOMNode() #479
import React from 'react';
import ReactDOM from 'react-dom';
import {
Grid,
Row,
Col,
Form,
FormGroup,
ControlLabel,
FormControl,