Message from JavaScript discussions
March 2018
β Look at chrome vs firefox. now i guess why my animation lags on ff..
Will try not checking DOM at all. i have data like element.someFlag boolean and visual state (css class) of element.... so, will try to optimize synchronization with some kind of dirty flag....
β Came to this.. will test it... later π€€π€€π€€π€€π€€
β #ask halo, im new to learn react native but i am still bad in js.
i want to make number picker and i want to set minimum and max but how to code..
this my script https://hastebin.com/pogucadape.js
β You should be storing view state seperately from the representation of the view
β Representation should not mix with state directly, state should be used to mutate the representation
β I thought browser will do that for meπͺ kek
β Never seen this syntax before
do -> ?
is that ReasonML?
β Livescript
β Ok
β If you use vim, it has plugins to automate compiling, when you save it compiles..
β Do -> is a function(){...} ();