We'll talk about our experience developing an SPA' browser and native versions that share 90 sth % of their code using React and ReactNative and about the advantages of using a functional language like ClojureScript combined with the re-frame framework which has an architecture similar to Redux but with great conceptual improvements such as effects and coeffects that improve testability by eliminating the need of mocking inside the SPA business logic, or reactive subscriptions which make views dumber and can also reduce the number of renderings.

Comments

Comments are closed.

César at 12:49 on 9 Oct 2017

I haven't the knowledge to take the full potential of the talk but I find it insightful.

- Lots of ideas and useful info based upon real experience with the stack
- Stack detailed description
- Good to see a newbie speaker get over the initial nerves and feel more comfortable
along the way
- Loved the Finite State Machine approach to model the UI

Descripción detallada de la utilización de ClojureScript con reactive.
De las charlas que te motivan a mirar cosas en casa y te dejan muchas puertas abiertas, seguramente algunos conceptos fueron difíciles de digerir en directo, son para degustar con calma.
Gracias por compartir Manuel.

Nice talk with a lot of complex and abstract concepts. I haven't the needed level of knowledge to understand all the ideas explained but it was inspiring. I liked specially the idea of modeling a UI using a finite state machine.