kaiostech / sample-react

Simple example of a to-do list for KaiOS devices
https://developer.kaiostech.com/getting-started/build-your-first-app/sample-code#react
61 stars 22 forks source link

[WIP] Convert to typescript #18

Closed Urhengulas closed 3 years ago

Urhengulas commented 4 years ago

This PR converts https://github.com/kaiostech/sample-react to use typescript

why

As this repo will be the starting point for many KaiOS projects and people will mostly just adopt the used packages and versions, it makes sense to have it as typescript so there will be better and more stable kaios-apps.

todo

src

components

hooks

services

Fixes #16