0.0.4 • Published 6 years ago

brax-react-page v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

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.