https://github.com/daggerok/preact-hooks-typescript-app
Preact hooks (useState, useReducer), TypeScript, Parcel
https://github.com/daggerok/preact-hooks-typescript-app
parcel parcel-bundler parcel-preact parcel-ts parcel-typescript parceljs preact preact-app preact-compat preact-hooks preact-ts preact-tsconfig preact-typescript ts tsconfig tsconfig-json tsconfig-preact typescript
Last synced: 6 months ago
JSON representation
Preact hooks (useState, useReducer), TypeScript, Parcel
- Host: GitHub
- URL: https://github.com/daggerok/preact-hooks-typescript-app
- Owner: daggerok
- Created: 2020-03-22T03:12:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T00:35:00.000Z (about 6 years ago)
- Last Synced: 2025-08-12T21:33:10.909Z (8 months ago)
- Topics: parcel, parcel-bundler, parcel-preact, parcel-ts, parcel-typescript, parceljs, preact, preact-app, preact-compat, preact-hooks, preact-ts, preact-tsconfig, preact-typescript, ts, tsconfig, tsconfig-json, tsconfig-preact, typescript
- Language: TypeScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Preact Hooks / TypeScript / Parcel [](https://github.com/daggerok/preact-hooks-typescript-app/actions?query=workflow%3A%22GitHub+actions+workflows%22)
## cons related to Preact + TypeScript
* problematic [input event handling](src/components/app/nav/AddItem.tsx#L27)
* problematic reducer connected global state with `useContext` and `state + dispatcher` context `Provider`
## other repos
* [GitHub: daggerok/react-hooks-typescript-app](https://github.com/daggerok/react-hooks-typescript-app)
* [GitHub: daggerok/parcel-examples](https://github.com/daggerok/parcel-examples)
## resources
* https://dominicstpierre.com/how-to-start-with-typescript-and-preact-a9ea3e0ba4dc