UI Dev Sync

August 16, 2019

Agenda

News and updates

Changelog

Introduction to Sitecore

Testing Redux sagas

Component in depth: Table

Code Lab

📰

📜

📝

👨🏽‍🔬

🔍

🧪

Goodbyeeeeee

Khalif

👋🏼

Marcel

Welcome new folks!

Chris

Harrison

TJ

Spriha

😄

Avinash

Changelog 📜

bsd-react-ui-kit                               v0.10.1

  • Add reverse prop to Checkbox
  • Fix Select dropdown issue in IE/Edge
  • Replace UglifyJS with Terser
  • Update Select to take custom label
  • Update collapse/expand icons
  • Add eslint-bsd-config

activecore-charts                               v0.4.3

  • Add domainPadding prop to Chart
  • Add LineColumn and StackedBar charts

Introduction to Sitecore

Component in depth:

Table

Pop Quiz

id

Identify a particular column

accessor

Join two properties

accessor

Capitalize text

render

Display bold text

id

Change the cell className

accessor

Display count of Array items

render

Display icon next to text

accessor

Key on first value for sort

render

Linebreak between values

accessor

Data property changes

Recap

id: Identifying column and setting cell class

accessor: Accessing the text value of cell

render: Render custom formatting of cell

Testing Redux Sagas

Code Lab 

UI Dev Sync 08.16.19

By webguyian

UI Dev Sync 08.16.19

  • 312