Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Come Javascript ha cambiato il CSS - Speed run edition #2

Open
MakhBeth opened this issue Apr 23, 2018 · 5 comments
Open

Come Javascript ha cambiato il CSS - Speed run edition #2

MakhBeth opened this issue Apr 23, 2018 · 5 comments

Comments

@MakhBeth
Copy link

MakhBeth commented Apr 23, 2018

Le nostre applicazioni diventano sempre più Javascript centriche. Dai build tool ai template engine, dai server agli static site generator. Anche il CSS non è stato risparmiato da questa rivoluzione di paradigmi. Vedremo insieme come tool come i CSS modules, gli styled-components e node possono rendere il nostro CSS migliore

NOTA: Non parleremo (solo) di CSS in JS ma un discorso più generico, con molti hint e soprattutto: tanti esempi e qualche bias 🤤

@MakhBeth MakhBeth changed the title Come Javascript ha cambiato il CSS Come Javascript ha cambiato il CSS - Speed run edition Apr 23, 2018
@Granze
Copy link
Member

Granze commented Apr 23, 2018

e i gattini?

@MakhBeth
Copy link
Author

verranno distribuiti durante l'evento

@Slumber86
Copy link
Collaborator

"nessun gattino è stato maltrattato per la preparazione di questo talk"

@MakhBeth
Copy link
Author

MakhBeth commented May 4, 2018

Per farvi capire la follia che pervade questo talk:

        functions: {
          'get($keys)': function (props) {
            const keys = props.getValue().split('.')
            let result = keys.reduce((res, key) => {
              return res[key]
            }, {...design})
            return sassUtils.castToSass(result)
          }
        }

@Granze
Copy link
Member

Granze commented May 7, 2018

Secondo me se non porti i gattini, ti linciano.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants