4.0.0 • Published 6 years ago

@finfe/react-kits-server v4.0.0

Weekly downloads
21
License
MIT
Repository
github
Last release
6 years ago

react-kits-server

Express server for server-side rendering with data prefetching.

Install

yarn add @finfe/react-kits-server

API

import { createReactServer } from 'react-kits-server';

import createStore from '../store/createStore';
import { getInitialData } from '../routes';
import { HOME_PATH, ASSET_URL } from '../url';
import CoreLayout from '../layouts/CoreLayout';

const app = createReactServer({
  createStore,
  getInitialData,
  homePath: HOME_PATH,
  assetUrl: ASSET_URL,
  customMiddleware: expressIns => {},
  onRender: () => <CoreLayout />
});

createStore()

function that must return Redux store.

getInitialData(req, store)

function that must return Promise.

customMiddleware(expressIns)

functions that receive express instance and runs before SSR requests

onRender({ expressCtx, store })

function that must return either

  • React element
  • Promise of React element

mapAppString(appStr)

function that accepts renderToString result and return new string

createApolloClient(expressCtx)

function that must return Apollo client to be used on SSR server

License

MIT

4.0.0

6 years ago

4.0.0-1

6 years ago

4.0.0-0

6 years ago

3.2.0-2

6 years ago

3.2.0-1

6 years ago

3.2.0-0

6 years ago

3.1.1

6 years ago

3.1.0

6 years ago

3.0.0

7 years ago

3.0.0-4

7 years ago

3.0.0-3

7 years ago

3.0.0-2

7 years ago

2.3.0

7 years ago

3.0.0-1

7 years ago

2.2.0

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.1

7 years ago

3.0.0-0

7 years ago

2.0.0

7 years ago

2.0.0-13

7 years ago

2.0.0-12

7 years ago

2.0.0-11

7 years ago

2.0.0-10

7 years ago

2.0.0-9

7 years ago

2.0.0-8

7 years ago

2.0.0-7

7 years ago

2.0.0-6

7 years ago

2.0.0-5

7 years ago

2.0.0-4

7 years ago

2.0.0-3

7 years ago

2.0.0-2

7 years ago

2.0.0-1

7 years ago

2.0.0-0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.1.0-5

7 years ago

1.1.0-4

7 years ago

1.1.0-3

7 years ago

1.1.0-2

7 years ago

1.1.0-1

7 years ago

1.1.0-0

7 years ago

1.0.0

7 years ago

1.0.0-4

7 years ago

1.0.0-3

7 years ago

1.0.0-2

7 years ago

1.0.0-1

7 years ago

1.0.0-0

7 years ago

0.13.2-0

7 years ago

0.13.1

7 years ago

0.13.0

7 years ago

0.12.0

7 years ago

0.12.0-1

7 years ago

0.12.0-0

7 years ago

0.11.1

7 years ago

0.11.0

7 years ago

0.11.0-2

7 years ago

0.11.0-1

7 years ago

0.11.0-0

7 years ago

0.10.1

7 years ago

0.10.0

7 years ago

0.10.0-5

7 years ago

0.10.0-4

7 years ago

0.10.0-3

7 years ago

0.10.0-2

7 years ago

0.10.0-1

7 years ago

0.10.0-0

7 years ago

0.9.1

7 years ago

0.9.0

7 years ago

0.8.2

7 years ago

0.8.1

7 years ago

0.8.0

7 years ago