Skip to content

lalalilo/training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lalilo training

[core] git

[front] styling

css

kata 1

Do the flex tower defense: http://www.flexboxdefense.com/

Takeway

This doc is probably the most complete one. Make sure you understand it. https://css-tricks.com/snippets/css/a-guide-to-flexbox/

styled-components

kata 1

Try to fix the style not applied in this snipet

Takeway

If you want a component to be stylable with styled(MyComponent), your component must forward at least the className prop like this:

const StylableTitle = ({ className }) => <h1 className={className}>Title</h1>;

// you might also see this:
const StylableTitle = props => <h1 {...props}>Title</h1>;

Typescript

About

Set of trainings on tools we use at Lalilo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published