Welcome to Hernansote’s blog
Part 2: The SMAkkaR.js Stack- Using monocle and akka to facilitate model and component reusability in a react scala.js application
In our our previous blog we used akka to manage the state of our application. Here is a list of benefits we get so far: Leveraging akka as the delegated entity to modify the state of a single page application. Unlike redux, we can use type pattern matching to identify a message type, making the […]
Part 1: Using akka and react to organize your single page scala.js application
This blog should resonate specially to those users who are looking for something like Redux to organize a single page React+Scala.js application. We will try to manage a single page application from a single nested case class. All updates to this model will be delegated to an AKKA actor. Later in this blog, we will […]
Follow My Blog
Get new content delivered directly to your inbox.