JBFind the Big-O notation of any nested loop with seriesThere are some tricks for figuring out Big-O notation by just looking at the loop, but there is less opportunity for error with seriesMay 14, 2022May 14, 2022
JBinLevel Up CodingSet up an AWS Amplify app with Google Sign InThis article discusses how to set up an Amplify app with Google Sign In using a React app frontend. This will also mention how to configure…Jul 11, 20212Jul 11, 20212
JBUse the GitHub API to display code in a React appShow code updates on your site when you push.Jun 22, 2021Jun 22, 2021
JBinNerd For TechCommon data fetching patterns for real apps with react-queryPractical examples with useQuery, useQueries, and useInfiniteQuery.Jun 7, 20212Jun 7, 20212
JBinLevel Up CodingPublish React components as an npm packageThis article will review how to publish React components as an npm package with Babel 7 (the latest version at the time of writing) and…Apr 1, 202112Apr 1, 202112
JBinJavaScript in Plain EnglishHow to Detect a Click Outside of a React ComponentWith a reusable hook and useRefMar 22, 20211Mar 22, 20211
JBinJavaScript in Plain EnglishSend Draft.js data to a server and fetch it with React hooksThis tutorial will walk through the steps for sending Draft.js data to a server using a POST request, and then how to retrieve and display…Feb 10, 20216Feb 10, 20216
JBinLevel Up CodingFetch data with the Airtable API and display it in a React app with hooksAirtable is a spreadsheet app with a free, public API. That allows its spreadsheets to be read and written to from the browser, making it…Jan 21, 20212Jan 21, 20212
JBinJavaScript in Plain EnglishUsing forwardRef with React hooksThe forwardRef hooks allows React users to pass refs to child components. The ref can be created and referenced with useRef or createRef…Jan 5, 20211Jan 5, 20211
JBinLevel Up CodingReact template for JWT authentication with private routes and redirectsThis guide is a template to using JWT authentication in React with a MERN app. This code can be used as a template and adjusted as needed…Jan 3, 20213Jan 3, 20213