3 Awesome ReactJS Frameworks you probably didn’t know existed

Nowadays, there is nothing that you can’t do using React.

Jatin Kumar
3 min readMay 7, 2019

React.js has been around for quite a while now. It was released back in 2013 and later in 2015 React Native was released, A mobile implementation of React.js library. Both of them had a notable impact on communities the very time they were released. If you are a React or even a Javascript Developer, You might be familiar with both of them already. The component based approach that react provides and it’s stress on using plain javascript is just phenomenal. So enough of background details!. Lets get started with the fun part.

Okay you already know that we can develop really good robust and dynamic Web and Mobile Applications using React. What if I tell you that you can do even more using it?

Ya, That’s right, That same elegant component based approach along with the plain javascript can be employed to do even more spectacular stuff apart from traditional Web App and Mobile App Development. Now question may arise, that what are those damn things ? So, the answer of your question lies a few scrolls away. I would be briefly describing each one of those one by one. So here we go!

React 360

React 360 is a framework for the creation of interactive 360 experiences created by facebook. It very elegantly pairs declarative power of React with modern API’s like WebGL and WebVR. Much like every React Framework it promises cross platform support. Therefore, If you know React you can develop cross platform 360 experiences pretty easily and quickly. To know more about React360, you can visit it’s getting started page.

Proton Native

Well, till now we could create mobile and Web based applications, But after the arrival of Proton Native, We can now build highly reactive cross platform desktop application using our much beloved react syntax. It also supports Redux, So state management would not be a problem. So for your next desktop project, giving a shot to proton native might prove beneficial to you. Curious readers can get more information about the framework on this page.

React Game Kit

React Game Kit is a React Component Library for Game Development. Well, It’s not exactly standalone framework, but a rather handy Component library which could be incorporated with React-dom and React Native Application to develop really nice Games. Well you cannot develop complex games using react but for hobby and fun projects it may prove handy. Hot reloading in react game kit ensures fast paced development and in case you require physics engine, then React Game kit contains physics helpers provided by matter.js. To get more out of it you may visit it’s github page.

That’s all for today and I am positive that you would be excited to learn even more about the libraries / frameworks briefly discussed above. I hope that you enjoyed the post, please let me know in comments how you found it or in case you too have some awesome React Framework, type that in comments too. If you wish you can follow me at twitter and facebook.

Thanks for reading!

--

--

Jatin Kumar
Jatin Kumar

Written by Jatin Kumar

Just another Programmer. Visit www.jatinkumar.tech to know more about me

No responses yet