GithubHelp home page GithubHelp logo

Server side rendering about snuggsi HOT 3 CLOSED

eldoy avatar eldoy commented on May 29, 2024
Server side rendering

from snuggsi.

Comments (3)

eldoy avatar eldoy commented on May 29, 2024 3

@snuggs There is no need for this library (or any other library really) when you can just use JS functions that returns template strings:

function link({ url, text }) {
  return `<my-link><a href="${url}">${text}</a></my-link>`
}

This works both on server and browser (isomorphic even) with 0 (zero) dependencies. Is it worth spending time on creating something that is inferior to what is already working perfectly just for some syntactic sugar?

from snuggsi.

snuggs avatar snuggs commented on May 29, 2024

@eldoy great question! didn't really think about it as just using in the browser is so fast. However i'm sure an implementation can be done. The rendering algorithm is like 20LOC. Thoughts? Examples?

from snuggsi.

snuggs avatar snuggs commented on May 29, 2024

Interesting...probably just need some sort of "node parser". Under the hood we use the sparsely documented TreeWalker. What is an advantage is whatever other libraries are using to SSR can guarantee it is orders of magnitude more complex. We just use TreeWalker. Wonder if there is anything lighter than JSDOM. Or whatever others are doing. Custom Elements ARE bonified DOM elements. Just thinking out loud.

from snuggsi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.