We hope you enjoyed the event!
Tuesday, 25. July 2017 at 22:00
Ladda: A New Library for Client-Side CachingBy Gernot Hoeflechner and Peter CronaEveryone wants to offer a snappy experience to their users, but it often comes at a cost. One common solution for increasing performance in a web application is to introduce client-side caching, but this quickly leads to increased complexity and subsequently an increased number of bugs. In this talk we will present how we think caching should be tackled by showing Ladda, a library that we use in production at Small Improvements. Just to reveal a little: Framework agnostic, no increase of complexity in your application code, simple specification of invalidation logic and of course open-source. We will tell you what Ladda is and can do, and we will show you examples of why and how you can use Ladda.
Everyone wants to offer a snappy experience to their users, but it often comes at a cost. One common solution for increasing performance in a web application is to introduce client-side caching, but this quickly leads to increased complexity and subsequently an increased number of bugs.
In this talk we will present how we think caching should be tackled by showing Ladda, a library that we use in production at Small Improvements. Just to reveal a little: Framework agnostic, no increase of complexity in your application code, simple specification of invalidation logic and of course open-source.
We will tell you what Ladda is and can do, and we will show you examples of why and how you can use Ladda.
FrintJS - Building Modular Web Applications with React and RxJSBy Fahad Ibnay HeylaalFrintJS is a modular JavaScript framework, consisting of multiple packages. It embraces reactive programming with RxJS, and has official support for ReactJS for rendering. GitHub Docs Twitter
FrintJS is a modular JavaScript framework, consisting of multiple packages. It embraces reactive programming with RxJS, and has official support for ReactJS for rendering.
React with TypeScriptBy Oliver Zeigermann and Dave BrudersteinA short practical demo about using React and Typescript. No slides, just code.
A short practical demo about using React and Typescript. No slides, just code.