December 2018 Meetup

Details
AGENDA
2.45 - 3.00 pm:
Arrival and Networking
3:00 - 4:30 PM:
Using NPM/React/ES6 libraries with React
- by Nagaraj, Senior Software Engineer, Snapwiz Edutech
(https://www.linkedin.com/in/naga-raj-067382b7)
Brief
Using NPM/React/ES6 libraries with React
Clojurescript compiler has added experimental support for adding dependencies from npm from version 1.9.518. This is to leverage existing npm libraries that are not in CLJSJS already. Clojurescript compiler also have an experimental (Alpha) support for using modern ES6 modules and make use of babel transformations using Nashorn. These implementations doesn't merge well with the React ecosystem, where the modules often published in npm in ES6 and requiring Babel transformations.
This talk is about untangling these individual tools and explore the ways in which we could use npm libraries of all kind in clojurescript.

December 2018 Meetup