• Home
  • Projects
  • Blog
  • Contact

My Blog

  • Generator Function

    2019-06-25

    Generator function is a new feature in ES6, it is not like a normal function, with generator function we can control (pause, stop, resume…

  • Redux Thunk

    2019-06-13

    What is Redux Thunk? It is a method to handle side-effects from performing asynchronous operations in Redux. Action in Redux does not allow…

  • Asynchronous

    2019-05-27

    What is Asynchronous? Asynchronous usually happens when we are interacting with a database or API. The term asynchronous can be a bit…

  • React Redux

    2019-05-08

    Redux combined with React is the most popular stack right now. Almost every React user tries to pair their code with Redux. So what is Redux…

  • Tic-Tac-Toe Game with Hooks

    2019-04-10

    I learned a lot about React after I followed the tutorial provided by reactjs.org, which is building a tic-tac-toe game. In my opinion, the…

←

← Previous Page

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11

→

Next Page →

David Kurniawan © 2021