Using Scala.js with React and GraphQL

Scala is an excellent language for writing GraphQL apps, especially with the awesome Sangria library for writing GraphQL servers by Oleg Ilyenko. Scala is a powerful language, combining object… Read more

Similar

A Model View Controller Pattern for React

Rediscover the benefits of the MVC architecture in the GUI environment and how it can be applied to your React application. Learn the two pillars of MVC in React: (1) Presentation layer with Controller and View React Components and (2) a UI-Agnostic Data ... (more…)

Read more »