Show HN: Open – Free React landing page template
1–10 of 79 posts
Re: Show HN: Open – Free React landing page template
#2Why react?
Re: Show HN: Open – Free React landing page template
#3Why react?
While maybe slightly curt, I do echo this statement. Nothing on the demo page displays anything you couldn't do with a static page. Using tools devs are familiar with can often be good, but here it's hard to see the benefit.
Re: Show HN: Open – Free React landing page template
#4Why react?
While maybe slightly curt, I do echo this statement. Nothing on the demo page displays anything you couldn't do with a static page. Using tools devs are familiar with can often be good, but here it's hard to see the benefit.
I suspect the audience is people with a React site already but in that case I'd expect they already have a landing page.
These corporate sites are really the ones that should just be old fashioned HTML + CSS if possible.
Re: Show HN: Open – Free React landing page template
#5Using React is really bad for your SEO. If you want to use React, use something like Nextjs or Gatsby to compile it into a static HTML website.
Re: Show HN: Open – Free React landing page template
#6Why react?
Why not? It's the most popular UI framework. The second you start building a SAAS product on top of those pages, you're not going to want to be in vanilla land.
Re: Show HN: Open – Free React landing page template
#7Why react?
Because a startup without a react landingpage isn't really a startup and not as hipster as the other new companies in town ;)
Re: Show HN: Open – Free React landing page template
#8Why react?
Why not? It's the most popular UI framework. The second you start building a SAAS product on top of those pages, you're not going to want to be in vanilla land.
Because you want your landing page to load instantly and React or any other JS-generated site just can't compete in loading speed with a static HTML page.
Re: Show HN: Open – Free React landing page template
#9What's the advantage of using React for a landing page that could be a 10KB static HTML file ? (non-sarcastic question)
Re: Show HN: Open – Free React landing page template
#10Why react?
Why not? It's the most popular UI framework. The second you start building a SAAS product on top of those pages, you're not going to want to be in vanilla land.
Because you need a bit of CSS knowledge and to know how intersection observers have to be configured and then everything works with few lines of JS and CSS ... it's lightweight and SEO friendly and not bloated as if you use REACT.