How To Build Your Own Likes and Comments System With Firebase and React

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • rishi.app

    SvelteKit - Myself on the web?

  • You can see an example on my blog page! The source code is available here.

  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  • So I set out on creating the system with Firebase, TailwindCSS and React. While TailwindCSS is not a compulsion, it's my go to library. Let's get started.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • React

    The library for web and native user interfaces.

  • So I set out on creating the system with Firebase, TailwindCSS and React. While TailwindCSS is not a compulsion, it's my go to library. Let's get started.

  • firebase-js-sdk

    Firebase Javascript SDK

  • // File: @/lib/firebase.js import 'firebase/firestore' import firebase from 'firebase/app' // More about firebase config on https://firebase.google.com/docs/web/setup#config-object var firebaseConfig = { apiKey: '', authDomain: '', projectId: '', storageBucket: '', messagingSenderId: '', appId: '', } if (!firebase.apps.length) { firebase.initializeApp(firebaseConfig) } else { firebase.app() } export const firestore = firebase.firestore() export default firebase

  • quickstart-android

    Firebase Quickstart Samples for Android

  • // File: @/lib/firebase.js import 'firebase/firestore' import firebase from 'firebase/app' // More about firebase config on https://firebase.google.com/docs/web/setup#config-object var firebaseConfig = { apiKey: '', authDomain: '', projectId: '', storageBucket: '', messagingSenderId: '', appId: '', } if (!firebase.apps.length) { firebase.initializeApp(firebaseConfig) } else { firebase.app() } export const firestore = firebase.firestore() export default firebase

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts