Event

JavaScript Meetup: Hexagonal Architecture in NodeJS & Data Fetching patterns with React Suspense

  • Conférencier  Rodislav Moldovan & Anton Kabysh

  • Lieu

    Room E004 JFK Building, 29 Avenue J.F. Kennedy L-1855 Kirchberg

    LU

Booking required!

Please book here

Hexagonal Architecture in NodeJS by Rodislav Moldovan

There multiple ways to decouple our applications. Hexagonal Architecture is one of them and is based on DDD, meaning your business logic should have its own life and should not depend on technicalities. It uses heavily the clear separation of concerns.

Data Fetching patterns with React Suspense by Anton Kabysh

Data Fetching is a core part of every web application and every project has his own unique data-fetching patterns. With the release of React Suspense application data-fetching patterns could be integrated with React core. In this talk, I will describe data-fetching patterns that we have at Etix Everywhere as well as showcase usage of React Suspense.