Best of React HooksJanuary 2023

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Build a Real-time Chat App with ReactJS and Firebase

    In the app, we will allow the user to log in with their Google account using Firebase's Google sign-in Authentication. We will also store and retrieve all the chatroom messages using Fire Base's Cloud Firestore. You should have Node.js installed on your system and know how to use the command terminal.

  2. 2
    Article
    Avatar of joshwcomeauJosh W Comeau·3y

    Data Binding in React

    In React Introduction, we'll first learn how React approaches data binding, and then show you how each form field works. For text inputs, we opt in using the attribute: Code Playground Try and edit the text in the input. In data-binding lingo, this is known as "one-way" data binding.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Use TypeScript in React Apps

    TypeScript takes all the functionalities and structures JavaScript provides as a language, and adds a few things to that. The main thing TypeScript provides is static typing. When it comes to React, we can mainly use TypeScript to type two things: component props and hooks.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    Build a To-Do Application with React and Firebase

    The Firebase Console serves as the backend as a service database that helps us store and manage our data. In this article, you will learn how to build a to-do web app by making use of React.js and Firebase Database. Watch the video version of this article below, or on my YouTube channel.

  5. 5
    Article
    Avatar of communityCommunity Picks·3y

    flashohq/open-source-react-courses

    GitHub - flashohq/open-source-react-courses Become A Job Ready React Developer React is a free, open-source front-end JavaScript library. React can be used as a foundation for developing single-page, mobile, or server-rendered applications.