cassiorsfreitas / pickarender

Hi! In the last decade, front-end development went through multiple paradigm changes that make it hard to follow. SSG? SPA? SSR? Which one?

Home Page:https://pickarender.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<PickARender_>

In the last decade front-end development went through multiple paradigm changes that make it hard to follow. SSG? SPA? SSR? Which one?

Preview

preview

SSG

Static Site Generator are a great alternative to Single Page Apps if you care about SEO and if your website is heavy with public content.

SPA

Your web project source code (mostly JavaScript) is responsible for filling, interacting and navigating between your application contents inside the available rendered (your user’s web browser).

SSR

When we talk about SSR in the JavaScript world, what we really mean in JavaScript isomorphic rendering. With the advent of NodeJS, JavaScript can now run both in the server and the client, which makes sharing rendering logic possible.

Try it!

Demo <PickARender_>

About

Hi! In the last decade, front-end development went through multiple paradigm changes that make it hard to follow. SSG? SPA? SSR? Which one?

https://pickarender.vercel.app/


Languages

Language:JavaScript 75.4%Language:CSS 14.3%Language:HTML 10.3%