Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Que tal usar CSS em vez de JS?
Search
Amanda Vilela
September 30, 2017
Programming
1
110
Que tal usar CSS em vez de JS?
Apresentação feita na DevFest Cerrado no dia 30/09/2017.
Amanda Vilela
September 30, 2017
Tweet
Share
More Decks by Amanda Vilela
See All by Amanda Vilela
Construindo sua primeira página web: Sua porta de entrada para uma carreira de front-end
amandavilela
1
88
Web Performance: Não deixe o usuário desistir do seu site
amandavilela
1
190
Como tornamos os sorteios da BrazilJS on the Road Sorocaba mais divertidos utilizando JS
amandavilela
0
64
Sobre Carreira e Comunidades
amandavilela
0
38
PWA beyond theory - How to create your progressive web app
amandavilela
0
65
Crie seu Próprio Plano de Carreira
amandavilela
0
57
Como otimizar a performance da sua aplicação JS
amandavilela
0
100
Você nem sempre precisa de um framework JS
amandavilela
0
81
Front-end: o que é, mercado e como começar
amandavilela
1
89
Other Decks in Programming
See All in Programming
WebエンジニアがSwiftをブラウザで動かすプレイグラウンドを作ってみた
ohmori_yusuke
0
170
猫と暮らすネットワークカメラ生活🐈 ~Vision frameworkでペットを愛でよう~ / iOSDC Japan 2025
yutailang0119
0
220
クラシルを支える技術と組織
rakutek
0
190
なぜGoのジェネリクスはこの形なのか? Featherweight Goが明かす設計の核心
ryotaros
7
1k
CSC305 Lecture 02
javiergs
PRO
1
260
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
150
Local Peer-to-Peer APIはどのように使われていくのか?
hal_spidernight
2
450
Catch Up: Go Style Guide Update
andpad
0
180
AIで開発生産性を上げる個人とチームの取り組み
taniigo
0
130
LLMとPlaywright/reg-suitを活用した jQueryリファクタリングの実際
kinocoboy2
4
670
育てるアーキテクチャ:戦い抜くPythonマイクロサービスの設計と進化戦略
fujidomoe
1
150
階層構造を表現するデータ構造とリファクタリング 〜1年で10倍成長したプロダクトの変化と課題〜
yuhisatoxxx
3
920
Featured
See All Featured
Statistics for Hackers
jakevdp
799
220k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
114
20k
Rebuilding a faster, lazier Slack
samanthasiow
84
9.2k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
Automating Front-end Workflow
addyosmani
1371
200k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.6k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
960
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
How STYLIGHT went responsive
nonsquared
100
5.8k
Transcript
Que tal usar CSS em vez de JS? Amanda Vilela
DevFest Cerrado
Amanda Vilela
None
None
None
None
JavaScript
O que o CSS tem me oferecer?
O que dá pra fazer com isso tudo?
https://codepen.io/amandavilela
Devo fazer tudo com CSS?
Calma
None
Reflow & Repaint
Repaint requer menos recursos
Evite reflows
Anime position absolute e fixed
Tente usar visibility ou opacity em vez de display
Manutenibilidade
https://github.com/you-dont-need
Obrigada :D amandavilela.com