Tsdx: [idea] Browser extension template?

Created on 2 Jan 2020  路  7Comments  路  Source: formium/tsdx

Current Behavior

this is doing well in r/reactjs today https://www.reddit.com/r/reactjs/comments/eircct/chrome_extension_starter_kit_built_with_react/

a lot of it might be absorbed into tsdx!

Suggested Solution

tsdx create browser-extension

Who does this impact? Who is this for?

devtools creators

Describe alternatives you've considered

do nothing

out-of-scope

All 7 comments

@sw-yx have suggestion to move tsdx templates to own repository under org @tsdx and allow tsdx to create projects using remote templates tsdx create @tsdx/browser-extension
P.S. for inspiration: https://github.com/eykrehbein/cook

up to jared! may be more maintenance than he wants to handle.

yeah) can help @jaredpalmer and tsdx community to maintain dedicated templates repo.. ;)

btw, CRA has ability to use external templates:
npx create-react-app PROJECT_NAME --template my-awesome-template
https://dev.to/pallymore/make-your-own-create-react-app-templates-feo

re: browser extension, why wouldn鈥檛 you use webpack? Aren鈥檛 extensions app-like? Idk I never built one.

I'd love this. I just want to get down to writing code and implementing business logic, not figure out how to set up new toolchains.

true true. extensions are app-like and i still dont like using rollup to build apps.

Was this page helpful?
0 / 5 - 0 ratings