Explore >> Select a destination


You are here

blog.alexdevero.com
| | yasoob.me
2.0 parsecs away

Travel
| | Hi everyone! ? I was working on a React project these last couple of weeks and I had to implement login functionality. I searched around and most of the solutions I found relied on Redux or some other huge dependency that I wasnt already using in my project. I didnt want to introduce a big dependency so decided to continue looking. In the end, I found a wonderful library by Oleg Babichev that allowed me to implement the login functionality on the front-end fairly easily.
| | amanhimself.dev
2.2 parsecs away

Travel
| | [AI summary] A tutorial on uploading files using React.js and Node.js with a focus on setting up the backend with Express and handling file uploads via AJAX.
| | manuel.kiessling.net
2.4 parsecs away

Travel
| | From zero to production: this extensive guide describes in detail how to create and deploy a React-based web app frontend using TypeScript and Redux Toolkit on top of a Node.js based AWS Lambda backend with a DynamoDB database, connect and integrate them through API Gateway and CloudFront, and explains how to codify and automate the required cloud infrastructure and deployment process using Terraform.
| | remysharp.com
16.8 parsecs away

Travel
| Ever since I started pondering *what is React* last month, the core idea of state driving my development has been on my mind. I've been trying to do more readi...