I think the issue is the height and width bit.. but look on the spec where it mentions "flex-grow flex-shrink and flex-basis". It basically tells you to use the flex property. Those common ones are the only correct ones really
height and width don't make sense in a flexible environment
and yeah I'm happy to talk about crap at breakfastjs also :)
Mathew Trivett
@mathewtrivett
:+1: this is actually the first website i’ve handbuilt and put online...
so baby steps right now
Jonathan Kingston
@jonathanKingston
heh no worries
No one understands flex... thats why I need to write an article on it
The spec even says how wrong most articles on the web are
Firefox's implementation is actually far closer to the spec, but all implementations are slightly buggy :(
Ian Crowther
@iancrowther
@mathewtrivett - add me to the newsletter
looks nice, cant really help out much
but will support where possible
Mathew Trivett
@mathewtrivett
thanks @iancrowther
just working it out a little right now
Ian Crowther
@iancrowther
anyone recommend a video team?
Greg Bowler
@g105b
All video productions. They are highly recommended avp.camera
That and DXN actually has some amazing speakers too
You doing your react talk?
Andrew J. Baker
@ajbkr
Ya.
Jonathan Kingston
@jonathanKingston
Cool
We use React a lot now at work
so really need to get up to speed haha
Andrew J. Baker
@ajbkr
LOL.
My greatest challenge is gonna be what to leave out.
Jonathan Kingston
@jonathanKingston
Yeah I fail at that haha
Explain alll the thingsss
Andrew J. Baker
@ajbkr
:-)
Jonathan Kingston
@jonathanKingston
I really need it
and too busy to get time to hack
Ian Crowther
@iancrowther
Speak at double speed 😛
Lee C
@lski
Hi, sorry being nosey Andrew when talking about React are you going to mention flux? and if so pure? or redux? :)
Andrew J. Baker
@ajbkr
Heh... s'okay; good question. The talk will cover our (PrimarySite) experiences using Redux but as a courtesy I'll very quickly cover Flux.
Lee C
@lski
Cool, I have rewritten some basic pure flux stuff into redux very recently, to get my head round it and I do like its pattern :) look forward to hearing it. Thank you