wadackel / react-stack-grid

Pinterest like layout components for React.js
https://wadackel.github.io/react-stack-grid/
MIT License
870 stars 77 forks source link

With enblessr=true view not appearing before the bundle gets downloaded #56

Open VivekFitkariwala opened 6 years ago

VivekFitkariwala commented 6 years ago

This is the configuration I am using.... <StackGrid columnWidth={${colWidthPercent}%} gutterWidth={gutterSize} gutterHeight={gutterSize} duration={0} monitorImagesLoaded={true} easing={easings.cubicOut} appearDelay={0} className={Style.outerContainer} enableSSR={true}

What extra config should be used?