react-component-depend-on-init-data-from-backend
v0.1.12
Published
This is a npm module aimed for demoing the usage of shared components with Server Side Rendering React APP
Downloads
9
Readme
react-component-depend-on-init-data-from-backend
This is a npm module aimed for demoing the usage of shared components with Server Side Rendering React APP
How to use
import { Dumb, Cnode } from 'react-component-depend-on-init-data-from-backend'
<Dumb />
is a pure component that will render only one div with a text inside<Cnode />
is a component that reply on external API and will render the latest articles from cnode.org