#
isomorphic
Here are 601 public repositories matching this topic...
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
2
react
javascript
typescript
webpack
isomorphic
preact
universal
parallel
webpack-loader
reasonml
restarts
babel-transformation
reason-react
webpack-instances
-
Updated
Aug 25, 2020 - JavaScript
nivo provides a rich set of dataviz components, built on top of the awesome d3 and Reactjs libraries
-
Updated
Aug 20, 2020 - JavaScript
javascript
framework
isomorphic
universal
reactjs
nextjs
routing
tutorials
server-side-rendering
awesome-list
-
Updated
Aug 25, 2020
-
Updated
Jul 31, 2020 - JavaScript
Golang isomorphic react/hot reloadable/redux/css-modules/SSR starter kit
-
Updated
Mar 5, 2018 - Go
isomorphic
server-rendered
es6
universal
ssr
server-side-rendering
node-framework
egg-framework
react-server-render
css-module
react-performance
enterprise-framework
auto-router
-
Updated
Aug 24, 2020 - JavaScript
React starter kit based on Atomic Design
react
redux
boilerplate
isomorphic
react-router
styled-components
redux-saga
jest
universal
css-in-js
storybook
atomic-design
starter-kit
-
Updated
Jul 30, 2020 - JavaScript
Create an isomorphic React app in less than 5 minutes
-
Updated
Nov 3, 2017 - JavaScript
react
fetch
graphql
http
query
isomorphic
ssr
mutation
request
rest-client
suspense
react-suspense
fetch-data
react-hooks
react-cache
react-hook
reacthook
usefetch
react-usefetch
react-fetch-hook
-
Updated
Aug 20, 2020 - TypeScript
最小而美的Egg + React + SSR 服务端渲染应用骨架,同时支持JS和TS
-
Updated
Aug 17, 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)
webpack
vue
isomorphic
ssr
vuex
vue-cli
axios
server-side-rendering
vue-router
vue-loader
egg
server-side
vue-ssr
vue-server-renderer
vue-axios
webpack3
easywebpack
webpack4
egg-webpack
vue-nunjucks-render
-
Updated
Jul 15, 2020 - JavaScript
Webpage pre-rendering service. ⚡️
-
Updated
Jul 26, 2018 - JavaScript
React.js server-side rendering optimization with component memoization and templatization
isomorphic
optimization
react-server
universal-react
server-optimization
rendering-optimizations
component-memoization
html-markup
react-rendering
react-server-render
-
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
-
Updated
Nov 14, 2018 - JavaScript
HackerNews clone built with Nuxt.js
-
Updated
Aug 25, 2020 - Vue
Universal database layer for the client, server & mobile devices. It's like Lego for databases.
nodejs
json
typescript
csv
sql
orm
database
isomorphic
nosql
sqlite
leveldb
history
persistence
localstorage
trie
indexeddb
rdbms
taffydb
orm-library
-
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
javascript
i18n
config
angular
typescript
webpack
isomorphic
universal
ngrx
hmr
cache
seo
seed
state
scss
starter
aot
server-side-rendering
angular-cli
lazy-loading
-
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
react
javascript
graphql
template
relay
boilerplate
babel
webpack
isomorphic
create-react-app
single-page-app
ssr
reactjs
server-side-rendering
graphql-js
react-starter-kit
react-starter
relay-modern
-
Updated
Jul 30, 2020 - JavaScript
Provides decorator for resolving async props in react-router, extremely useful for handling server-side rendering in React
react
nodejs
node
isomorphic
react-redux
server-side-rendering
immutablejs
universal-react
redux-connect
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Feb 28, 2018 - TypeScript
Tiny hashing module that uses the native crypto API in Node.js and the browser
-
Updated
Aug 12, 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