Why I Love React

I still remember when I first heard about React. It was January 2014. I was listening to a podcast. Pete Hunt and Jordan Walke were on talking about this framework they created at Facebook that with no support for two way data-binding, no built-in HTTP li… Read more

Similar

How to Send HTTP Requests in React

Making HTTP Requests is a very common task in Web Applications. There are many ways to do this depending on whether you will be using the native JavaScript APIs or go with a library. HTTP Requests library usually makes the step in making HTTP request... (more…)

Read more »