isomorphic
Here are 610 public repositories matching this topic...
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
-
Updated
Oct 19, 2020 - JavaScript
Calendar legend labels are not visible in dark theme
To Reproduce
- Go to https://nivo.rocks/calendar/
- Click on 'light/dark' switch and enable dark mode
- See legend texts
Expected behavior
legend texts should have same fill color as year/month labels and be at least visible
Screenshots
<img width="1163" alt="Bildschirmfoto 2020-10-09 um 15 35 53" src="https://
-
Updated
Oct 6, 2020
-
Updated
Oct 5, 2020 - JavaScript
Golang isomorphic react/hot reloadable/redux/css-modules/SSR starter kit
-
Updated
Mar 5, 2018 - Go
-
Updated
Sep 10, 2020 - JavaScript
React starter kit based on Atomic Design
-
Updated
Sep 8, 2020 - JavaScript
Create an isomorphic React app in less than 5 minutes
-
Updated
Nov 3, 2017 - JavaScript
-
Updated
Aug 29, 2020 - TypeScript
最小而美的Egg + React + SSR 服务端渲染应用骨架,同时支持JS和TS
-
Updated
Sep 8, 2020 - TypeScript
Server-side rendering for your Webpack-built applications (e.g. React)
-
Updated
Nov 2, 2019 - JavaScript
Egg Vue Server Side Render (SSR) / Client Side Render (CSR)
-
Updated
Oct 17, 2020 - JavaScript
Webpage pre-rendering service.
-
Updated
Jul 26, 2018 - JavaScript
React.js server-side rendering optimization with component memoization and templatization
-
Updated
Jan 13, 2017 - JavaScript
Catberry is an isomorphic framework for building universal front-end apps using components, Flux architecture and progressive rendering.
-
Updated
Mar 24, 2020 - JavaScript
HackerNews clone built with Nuxt.js
-
Updated
Sep 30, 2020 - Vue
-
Updated
Oct 7, 2020 - JavaScript
Universal database layer for the client, server & mobile devices. It's like Lego for databases.
-
Updated
May 16, 2020 - TypeScript
Seed project for Angular Universal apps featuring Server-Side Rendering (SSR), Webpack, CLI scaffolding, dev/prod modes, AoT compilation, HMR, SCSS compilation, lazy loading, config, cache, i18n, SEO, and TSLint/codelyzer
-
Updated
Jul 30, 2020 - TypeScript
-
Updated
Nov 29, 2017 - JavaScript
A universal boilerplate for building web applications w/ TypeScript, React, Redux, Server Side Rendering and more.
-
Updated
Jun 13, 2020 - TypeScript
Create React App with server-side code support
-
Updated
Sep 7, 2020 - JavaScript
Provides decorator for resolving async props in react-router, extremely useful for handling server-side rendering in React
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Feb 28, 2018 - TypeScript
Tiny hashing module that uses the native crypto API in Node.js and the browser
-
Updated
Sep 28, 2020 - JavaScript
A clean, extensible react + redux boilerplate with universal/isomorphic rendering, testing and more
-
Updated
Oct 15, 2017 - JavaScript
Improve this page
Add a description, image, and links to the isomorphic topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the isomorphic topic, visit your repo's landing page and select "manage topics."


Related PR: #6331
Suggested by @pimlie
When trailing slash handling is enforced (in any manner), it'd be great to have two things for improved DX:
Nuxt Link adaption
No matter how you input the links in your Nuxt link (be it as an object via named routes or via string), the component should enforce the set up trailing slash handling (adding or removing the slashes as needed).
U