How to create a simple Expense Tracker App using React Context with useReducer and Typescript.
Typescript is hard , they said . Making this simple application would give us an idea of how simple it is to use typescript in our projects . What is typescript? Typescript is a typed superset of Javascript that complies to plain Javascript . It allo...


