-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Without React branch #49
Comments
I didn't maintain this boilerplate for a while. Currently, I don't use such workflow. I more prefer to split a project into multiple packages, and import them separately into Chrome extension and Electron app. Also, I'd give preference to pwa instead of using cordova (or if there's need for native interfaces - React Native). There is already a great boilerplate for Electron and for Chrome Extensions. My plans are to have it like a cli and lib (instead of a boilerplate) for building chrome extensions / webextensions. And I want to have it vanilla (without React and Redux). I'll try to alloc some time for this next month. If you're also interested in extensions only, we can work together on it. |
CLI would be amazing, but if more experienced devs like you are running in separate packages - maybe I should do the same. Either way you choose to go, I'm happy to test whatever you build. In your current workflow - Are you basically copy/pasting code improvements made in one package to another? Or is there a more elegant solution? |
You just import what you need. It's easier for React and Redux as you import React components and Redux reducers you need. But if you have the app identical for all platforms, you could just import the whole app as a function. For example, Having it as a multirepo with |
Pretty amazing workflow you have, but I was wondering if there's a guide somewhere or general recommendations to strip out React from the current main branch?
I saw the old Without-React branch, but its really out of date.
With even just general help, I'm happy to make a pull request once I get the project up and running without react. And maybe eventually with Angular perhaps.
The text was updated successfully, but these errors were encountered: