tribou / react-template

Build a server-rendered React app and share code across web, React Native, and Electron
Apache License 2.0
4 stars 9 forks source link

Implement plugin architecture #89

Open tribou opened 6 years ago

tribou commented 6 years ago

There needs to be a way to pick and choose which features are included in the template and which aren't. i.e. we need a Stripe Connect process or we want to add Google Chrome User Authentication support to our login process.

These plugins should be isolated somehow...perhaps simply providing a function signature to use (similar to Hapi) and leave the folder and file structure up to the user to decide.