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: 3 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 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T00:35:00.000Z (about 5 years ago)
- Last Synced: 2025-01-10T00:43:03.456Z (5 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: 3
- 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