Here are a notes about some Meetups I have visited.
1st, 2nd, 3rd July. Barcelona
Learn. Share. Discover. First Angular Conference in the country carefully crafted for you by AngularBeers community! Awesome speakers and lots of fun! Full-day of workshops, hands-on experience, hacking and debugging. Come and tame your favourite technology! 2 Full-day freestyle event! You dedice what will happen!
URI SHAKED
TODD MOTTO UK
WASSIM CHEGHAM FRANCE
THORSTEN HANS GERMANY
URI GOLDSHTEIN
CHRISTOFFER NORING SWEDEN
MANFRED STEYER AUSTRIA
EVAN SCHULTZ CANADA
SEBASTIAN WITALEC UK
VANESSA YUEN CANADA
MAXIM SALNIKOV NORWAY
April 28, 2016, [Program] (http://www.meetup.com/AngularJS-ZRH/events/230809085/t)
Great presentation of migration path explained on the examle. Clearly eplaned steps, advantiges and disadvantages of selected migration decitions.
April 28, 2016, [Program, slides and sources] (https://github.com/garamond/real-life-react)
Styling tools for are trying separate styles for every component. There are more techniques:
Pre processor SASS
Great tool used by majority of developers. For Bootstrap 4 will be first choice before Less.
Post processors CSS modules
Cool tools, but sometimes has issues with variables and you do not have a control of compiling process what leads to dificulties in ordering of generated styles for example.
Inline Style helper Radium
Is trying supply features which are not available in inline styles like :active, :hover...
Is not still not in an mature state, Does not support all features missing in inline styles. For example some query selectors :before, :first, ..., only basics like :active :hover. Also have weird behaviour when you combine these qyery selectors.
This technique of separating of styles requeires javascript do the job instead css rules machine. Someone can complain that is step back.
Used mainly for Style guides. You can see visually your presentation components and your style guide styles like colors, logos, color combinations.
Storybook
Great tool for creation of styling guides, Is missing in compare with Catalog showing source code for usage of component.
Mainly only for showing a presentation components.
Catalog
Very nice style guide. You can simplify editing by markup language, but you can also use Javascript if you wish.
April 13, 2016
React is just a library for UI template, so Redux is fullfilling the gap to be a framework
React Native is promising technology, but is still in a beta stage esspecially for Android and there is no release yet for Windows phones.
Dec 9, 2015
Very nice introduction what is actual state of Angular 2 development and practical advices.
For example currently is not automated testing following changes in Angular 2 so is better wait with testing a few weeks or so.