Skip to content

idpr-co/gatsby-redux-saga-poc

 
 

Repository files navigation

🚀 POC Instructions

  1. Setup

    nvm install
    npm i
  2. Usage

    nvm use
    npx gatsby deploy

🧐 What's inside?

This POC is a full React + Redux stack wrapped with GatsbyJS.

There is a custom workaround for the provider logic and Gatsby that allows us to utilize Redux. This integration will allow us to use additional state management tools like Redux-Form.

The file-system architecture is a Isomorphic design that will allow re-usable data logic sharing amongst native react clients (e.g. web, iOS, Android). This approach allows Drift to natively deploy data and business logic as a first-class citizen. This inherently allows development to focus on the client presentation layer and the ability to re-use store logic across all clients.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.7%
  • CSS 14.3%