neontribe / spool

my-daybook (SPOOL project) [UNMAINTAINED]
https://www.daybook.org.uk
MIT License
0 stars 0 forks source link

Preload carousel assets #333

Open marxian opened 7 years ago

falconx commented 7 years ago

We should also ensure we slice the results so we have a max of 5 entries.

falconx commented 7 years ago

After attempting to implement several carousel solutions with our grid & flex layout, I ended up using the one from react-bootstrap, with some global styles in Entry.module.css.

Currently we;

@Stansbridge We should improve the efficiency of loading all entries here and only get what we need.

We should also consider pre-loading slide content as otherwise the slide transition can look odd.

Note: