<FromGitter>
<Blacksmoke16> *might* be able to just do `.first`
<FromGitter>
<Uzay-G> no u can't
<FromGitter>
<Blacksmoke16> ah rip
<FromGitter>
<Blacksmoke16> ok
<FromGitter>
<Uzay-G> how does js work with amber?
<FromGitter>
<Uzay-G> like if I create a new js file and import some modules in it, how can i use it
<FromGitter>
<Blacksmoke16> :shrug:
<FromGitter>
<damianham> @Uzay-G using JS with Amber is very straight forward, just import your JS files into src/assets/javascripts/main.js, and webpack will load them into the public/dist/main.bundle.js file. Are you creating React components ? then just load them into the DOM on the DOMContentLoaded event. Easy