Buzzwords: React

As many of us know the software industry is always filled with buzzwords and the latest trends. I often like to check out what is new and see if there is any opportunity for fun, learning and maybe some extra income.

I’ve mentioned that I like Xamarin for cross platform development. But there are other solutions looking to compete in that market too. One is React which uses JavaScript to do things from websites to native mobile apps. Chances are if you’re a software developer reading this you already may know more about React than I do or am going to present so bear with me.

To be clear a lot of React uses TypeScript which “typed” JavaScript and therefore much more organized than basic JavaScript. It lets you set things up in classes. I had a hand at TypeScript before trying React and didn’t find it all that daunting. And I have been using JavaScript for years in site and web apps including some HTML5 games.

React is also set up in a way like Xamarin in that your have a root App file in JavaScript (Xamarin has a root App.cs C# file). React renders as does Xamarin.

Regarding “buzzwords”, a few years back I looked at a small mobile project which the client wanted done with Unity 3D. I thought Unity was a bit overkill for what they wanted but got the impression someone (probably NOT a software engineer) told them “it was the way to go”. The app was not 3D but 2D. Hence overkill and Unity has a big player more suited for games.

So now the “buzzword” seems to be “have them use React as it is the way to go.” In this case it might be true for mobile apps. But I’ll see as things progress.

React has been around for awhile but it was fun looking at and trying some tutorials only to find you couldn’t finish them because even though only a year old they were already out-of-date! What I found it was best just to go to the React website and go through their tutorials and examples because they are maintained!

https://reactjs.org/