Session

Immutable All the Way Down

React is a front-end Web framework based on immutable state. If you are used to thinking in React, then immutability and functional programming are a way of life. The spread operator is your favorite tool. Reducers are second-nature. It's immutable all the way…

Until you get to the API.

Then you find yourself in the land of updates. You read objects from the database, transform them, and write them back. The database is designed for mutability. The data transfer objects are *almost* like your beautiful Redux store, but just different enough to force you to stop and think. The mental shift is jarring.

So what do you do? Let someone else take care of the back end? No! You are a full-stack developer, by gosh! You want to take your love of immutable state all the way down…

To the database!

Jinaga is an application framework based on immutability. It works beautifully with React to help you create gloriously collaborative web applications. Use the same set of patterns on both sides of the client/server divide. Build the full application without ever leaving the realm of immutable, reactive, functional programming.

Please note that Sessionize is not responsible for the accuracy or validity of the data provided by speakers. If you suspect this profile to be fake or spam, please let us know.

Jump to top