Amit Solanki

Results 6 issues of Amit Solanki

Change-type: patch Signed-off-by: Amit Solanki **- What I did** **- How I did it** **- How to verify it** **- Description for the changelog**

Hook which returns whether the input is focused or not. works great when used with useInputValue.

Reducer with state synced with localStorage. Would be great for syncing state between tabs and sessions. Basic initial Implementation would look like this ```jsx import React, { useReducer, useEffect }...

When entering a date with / in the title of a note. It breaks the application as Firebase doesn't accepts some characters in the key. ![screenshot_20170429_114019](https://cloud.githubusercontent.com/assets/3483526/25553443/b908fe9a-2cd0-11e7-8434-60631ae037d4.png) I guess we should...