Message from JavaScript discussions

March 2018

— What is accordion code ordering

— 

It's when you can mark some code block and hide it from view. you write start marker using language comment like // and then goes start marker // {{{

— So.. if there many nested blocks you can open/close them like in accordion

— Using keyboard only in vim. very fast navigation

— Very cool

— You can view all file content on a single page (no scrolling), move cursor, open/close, etc

— Anyone cate explaining reacts state and props concepts... am really confused on how stateles components work...

Message permanent page

— Also a little example on how the animation works would help

— *care

— Stateless (as i interpret it) is when "whatever" object/component/function is called manually by you, somewhere, outside of the scope of this object/component/..

Message permanent page

— ...em. wrong🤤 it's more about data. you have to change data yourself, object doesnt hold/control it's data/parameters

Message permanent page

— So this they call "component with state", they only defined this.state property