If you’ve ever done authentication in a Laravel-based project then you probably had to deal with the Socialite extension, which enables OAuth-based authentication using third-party
Continue readingCategory: Front-end programming
Remember last value in React functional components
Sometimes it can be very useful to save previous values of props (or state) in a React component. Perhaps this is easier to be imagined
Continue reading