DEV Community

Landing Page development in 2019/2020

Gabe on November 04, 2019

A landing page is a standalone web page, created specifically for the purposes of a marketing or advertising campaign. It’s where a visitor “lands...
Collapse
 
mikeck profile image
Mike CK

I personally prefer static site generators, either Gatsbyjs or Hugo, for portability of the result (I hope this makes sense, I mean, I would like to host the final files anywhere and move them fast if needed without having to install anything beforehand). Also because if I were to choose WordPress, it would take me too long to style if not using a pagebuilder.

I know a few people who use Divi builder for WordPress though, all landing pages look almost the same anyway :)

Collapse
 
maniflames profile image
Maniflames

I personally like static page generators because of the cheap (most of the time with netlify, zeit and github pages even free) hosting.

I've used wordpress in the past and if you still like it and work within the standards just do you 👌🏽

My favorite no-code tool would be webflow. As a designer you have a lot of control, you can even use flexbox! If you've used photoshop or similar tools you might want to give it a try!

I wonder what others usually do as well 👀