codeburst

Bursts of code to power through your day. Web Development articles, tutorials, and news.

Follow publication

Published in codeburst

Bursts of code to power through your day. Web Development articles, tutorials, and news.

Written by John Tucker

Broad infrastructure, development, and soft-skill background

Responses (2)

Write a response

in the App component, there is no dependency array,
as a result of this, the logic inside the useEffect will be run any time the App component re-render

--

File `src/util/SQLiteClient.ts`, line `65` should be `===` instead of `!==`.

--