Skip to content
#

isomorphic

Here are 641 public repositories matching this topic...

nuxt.js
emiliobondioli
emiliobondioli commented Jul 26, 2019

What problem does this feature solve?

Example use case:
A static generated app with thousands of routes, like an e-commerce having a route for each product.
Apart from scheduling nuxt generate to run periodically and generate all static and dynamic routes, it would be nice to have the possibility to generate the static files for a single route, for example in a hook when the related ba

hedefalk
hedefalk commented Jun 27, 2019

Marko Version: 4.18.4

Details

I use some facebook markup that I let facebook parse from DOM:

      <fb:login-button 
        auto-logout-link="false"
        button-type="continue_with" 
        size="large"
        scope="public_profile,email" 
        use-continue-as="true">
      </fb:login-button>

In my onMount I then let the facebook API do it's thing with th

good first issue
arctic-hen7
arctic-hen7 commented Oct 30, 2021

Is your feature request related to a problem? Please describe.
Right now, the website has comparisons between Perseus and only two other frameworks: Gatsby and NextJS. This is very much sub-optimal, and as many comparisons as possible should be included.

Describe the solution you'd like
More comparisons should be added, here are some (this list will be extended):

  • Yew
  • S
C-docs good first issue D-easy P-high

Improve this page

Add a description, image, and links to the isomorphic topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the isomorphic topic, visit your repo's landing page and select "manage topics."

Learn more