DEV Community

Cover image for Redux in Ballerina programming language 🎉🎉🎉
Hammed Oyedele
Hammed Oyedele

Posted on

2 1

Redux in Ballerina programming language 🎉🎉🎉

Motivation

Hello guys, I have found a new favourite programming language and I decided to implement one of my favourite libraries from the JavaScript world in it.

At first, I had challenges with the static types but eventually figured everything out.

What is Ballerina?

According to the official website:

Ballerina is an open-source programming language and platform for cloud-era application programmers to easily write software that just works.

What is redux_bal?

redux_bal is a static-typed implementation of Redux JavaScript library in the network-oriented Ballerina programming language. Read more at:

GitHub logo devhammed / redux_bal

Implementation of Redux in Ballerina programming language.




Top comments (0)

This post blew up on DEV in 2020:

js visualized

🚀⚙️ JavaScript Visualized: the JavaScript Engine

As JavaScript devs, we usually don't have to deal with compilers ourselves. However, it's definitely good to know the basics of the JavaScript engine and see how it handles our human-friendly JS code, and turns it into something machines understand! 🥳

Happy coding!

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay