brax-react-page
v0.0.4
Published
### Summary
Downloads
31
Readme
Brax React Page
Summary
This project exports a default HOC composing these tools:
Data (with redux and react-apollo; withApollo HOC)
Auth (our internal solution - details needed; withAuth HOC)
Internationalization (using react-intl; withIntl HOC)
Layout (our internal solution - details needed; withLayout HOC)
The idea behind these HOCs is so we can use them in an universal application, more specifically using Next.js.
