Explore >> Select a destination


You are here

stevenhicks.me
| | blog.neverendingqs.com
1.8 parsecs away

Travel
| | How to host an Express.js app on Netlify using Netlify Functions.
| | www.aleksandrhovhannisyan.com
1.5 parsecs away

Travel
| | Comment systems can be a pain to set up, but they don't have to be. Learn how to use the GitHub Issues API to create a custom comment system powered by Netlify functions.
| | healeycodes.com
2.2 parsecs away

Travel
| | Use Netlify serverless functions to let users add comments to a static website.
| | yasoob.me
17.2 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.