RXJS - Covering The Essential Topics With Practical Examples

Go to class
Write Review

RXJS - Covering The Essential Topics With Practical Examples provided by Udemy is a comprehensive online course, which lasts for 2-3 hours worth of material. RXJS - Covering The Essential Topics With Practical Examples is taught by Mohammad Kily. Upon completion of the course, you can receive an e-certificate from Udemy. The course is taught in Englishand is Paid Course. Visit the course page at Udemy for detailed price information.

Overview
  • Learn RXJS Observables, Operators and Subjects, and implement that knowledge in practical examples.

    What you'll learn:

    • Learn the essential RXJS operators.
    • Learn how to use RXJS in your projects
    • Learn how to use RXJS observables and observers to achieve code efficiency
    • Learn how to use RXJS subjects
    • Learn the difference the difference between subjects and observables

    This course will rapidly guide you to become an RXJS developer. This course is friendly to those who know nothing about RXJS. We will first thoroughly explain the essential topics and concepts of RXJS to teach you the fundamentals. We will then dive into creating more complex projects(Posts Getter, Todo List, Mouse Tracker and Text Tracker).

    This course will first cover the essential topics such as:

    • Observables

    • Subjects And Behaviour Subjects


    • Difference Between Subjects And Observables

    • Essential Operators:


      1. Ajax Operator

      2. From Operator

      3. Iif Operator

      4. FromEvent Operator

      5. Count Operator

      6. Max Operator

      7. Min Operator

      8. Map Operator

      9. GroupBy Operator

      10. Reduce Operator

      11. Filter Operator

      12. First Operator

      13. Last Operator

      14. Skip Operator

      15. Throttle Operator

      16. Concat Operator

      17. Merge Operator

      18. ForkJoin Operator

      19. Tap Operator

      20. Delay Operator

      21. ToArray Operator

    After covering the fundamentals, we will then go through some awesome RXJS examples:

    • Posts List:

      In this project we will be getting random posts from an API using the RXJS Ajax operator and displaying them to the user.

    • Todo List:

      In this project we will be creating a todo list that allows the user to add and remove todos.

    • Mouse Tracker:

      In this project we will be listening for mouse events from the user and getting and displaying the x and y coordinates of the click.


    • Text Tracker:

      In this project we will be getting some text from the user and we will check the amount of characters of that text and how many words it contains.