toplan / react-hold

:cactus:Automatically show a well-fitting placeholder for dumb component while its content is loading
MIT License
342 stars 11 forks source link

SSR support #4

Open slightlytyler opened 7 years ago

slightlytyler commented 7 years ago

Really like the patterns react-hold exposes. Any thoughts on SSR support?

toplan commented 7 years ago

Thanks. I am making a plugin project to support animation for Placeholder component. Then, will test SSR.

ghost commented 7 years ago

Warning:

postcss-loader

react-hold-animation\style.css:360:5: Gradient has outdated direction syntax. 
New syntax is like `to left` instead of `right`.

@toplan