Web apps with no back end code: the Jekyll-Angular-Firebase (JAF) stackmaxhorstmann.net 5 pointsMax_Horstmann12 years ago2 commentsSaveHideCopy link On HNComments−kylerberry11yI'm still not sure why you bothered incorporating Jekyll at all. What is it doing that you couldn't do with Angular?−Max_HorstmannOP11yAvoid duplication across multiple pages, e.g. top navigation, footer etc. Note how "Notes" and "People" are separate pages. Angular is sufficient for single-page apps, so if you want to put all your logic on a single page you won't need Jekyll.
Comments
I'm still not sure why you bothered incorporating Jekyll at all. What is it doing that you couldn't do with Angular?
Avoid duplication across multiple pages, e.g. top navigation, footer etc. Note how "Notes" and "People" are separate pages. Angular is sufficient for single-page apps, so if you want to put all your logic on a single page you won't need Jekyll.