Skip to content
#

Server-side rendering

When doing server-side rendering, in contrast to client-side rendering the content of a webpage is prepared on the server and by the use of hydration made usable by the client.

Here are 38 public repositories matching this topic...

phpFront is a server-side, DOM-based template engine. It implements the JQuery API with its powerful CSS3 selectors and chainable methods. It is heavily optimized for server-side rendering and template manipulation in web development. (No template syntaxes - because we hate them like everyone else does!)

  • Updated May 31, 2017
  • PHP