PinnedClare MburuHow to visualize data from a CSV file in React(Full code on Github)A CSV is a Comma Separated Value file that stores tables data. In this step-by-step tutorial, we will be generating a line graph given a…Jul 4, 2021Jul 4, 2021
Clare MburuFixing Redux Persist Errors: Handling Non-Serializable ValuesAs a developer working with Redux and Redux Toolkit, you may have encountered the error “A non-serializable value was detected in an…Nov 1Nov 1
Clare MburuMy Journey with CORS Errors in Redux ToolkitI was working on a React application using Redux Toolkit, when I recently found myself stuck on a pesky CORS issue. It was one of those…Nov 1Nov 1
Clare MburuMigrating from JWT to PASETO: Why I Made the SwitchI’ve recently made the switch from using JSON Web Tokens (JWT) to Platform-Agnostic Security Tokens (PASETO) v4 for authentication in web…Nov 1Nov 1
Clare MburuHow to Fetch data from an API in ReactFetching data from an API can be done in so many ways. In this tutorial, we will use the Fetch API to fetch data from an external API…Jul 12, 2021Jul 12, 2021