Skip to content

Instantly share code, notes, and snippets.

@tbremer
Last active February 16, 2021 16:13
Show Gist options
  • Save tbremer/cafa3fe6a3d7b75b1293 to your computer and use it in GitHub Desktop.
Save tbremer/cafa3fe6a3d7b75b1293 to your computer and use it in GitHub Desktop.
Front End Methodologies

#Front End Resources

##HTML The main thing to remember here is that markup should be semantic and as light weight as possible. We should actively avoid nesting several elements deep without a direct purpose. Finally: <div> is a completely meaningless element.

##SASS/CSS

##Front End Methodologies ###Where to start

###(Well)known methodologies: This list is purposefully written alphabetically so that I don't seem bias to one idea or another. However, if you want my personally opinion, Just Try & Do a Good Job gets it right.

Generic Overviews

####Atomic / PatternLab

####BEM

####DoCSSa

####MCSS

####OOCSS

####React & CSS.

####SMACSS https://smacss.com/

Misc. Blogs and Such

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment