TheWebTech / CrankShaft

A framework for building modern websites on the HubSpot Platform.
https://thewebtech.github.io/CrankShaft
MIT License
47 stars 17 forks source link

Custom Module Brainstorming #23

Open TheWebTech opened 5 years ago

TheWebTech commented 5 years ago

Throw out your wildest ideas for how Custom Modules could be encorporated into the framework.

My thoughts - the framework should have atleast a few base custom modules that come with it, the sort of things every site has, and kind of have a best practice structure that would make it easy to build modules that are compatible with the framework or build off of it.

adesignl commented 5 years ago
  1. a columns builder
  2. tabs module
  3. hero module
  4. carousel or slider/testimonial module

I have built many sites with those 4 items.

TheWebTech commented 5 years ago

I would agree with that list.

Let's start with those.

umakantsharmacedcoss commented 5 years ago

one of my favorite - pricing table

TheWebTech commented 5 years ago

I would agree there

johnsfuller commented 5 years ago

I would say a hero module that takes advantage of preloading

TheWebTech commented 5 years ago

That's an interesting thought. Can you elaborate on what you mean by preloading? (Preload preconnect sort of thing or like lazyloading?)

johnsfuller commented 5 years ago

preload / preconnect. I currently use one that dynamically preloads on media query. then javascipt gives the #hero div the inlined background image. It's significantly faster in browsers that support preloading.