angularjs - Best way to implement a Portfolio-Gallery using Javascript -
the last couple of days have been trying wrap head around tools out there on web @ moment getting sick of trying find right tool , love advice on best course of action. apologise if has been asked loads of times before.
i implementing case study/gallery of past work personal portfolio. @ moment using client-side techs. (html, sass , js) , keep way if possible.
i using 1 page serve about, contact , etc. gallery of case studies in middle. want view dynamically change depending on item selected. guess best way import static html files depending on link clicked, since have quite few items want include, having them loaded when needed more efficient.
i aware of tools angular , ember , on , have seen fantastic portfolios take advantage of one-page dynamic view , love similar. if can give me starting point or examples learn appreciated.
thanks lot reading , can give.
i don't agree that:
the best way import static html files depending on link clicked
the best way go js library lets create dynamic web applications. in my portfolio(not finished yet) i've gone ember.js(because i'm familiar library). ember cli lets structure code in reasonable way , there addons enter link description here may right effects site. if on site has change dynamically advanced javascript ember.js implement such features.
you're question general , there's no 1 answer. can it's possible build site want create ember.js , you'll have tools job. 1 disadvantage of using ember.js or angular have learn if don't know already.
ember has advantages on importing static html files each item want display - 1 of them can generate these views templates , don't need separate .html file each item.
Comments
Post a Comment