Comment on Ask HN: What does modern front-end web development look like?Comments−fjabre12yHTML & CSS were developed to abstract documents and present them through a web browser.You'd be better served making a native app that integrates with a RESTful web api on the backend.You still get the reach that the web provides, while having access to all the presentation and graphics goodies you get in a native app environment.
Comments
HTML & CSS were developed to abstract documents and present them through a web browser.
You'd be better served making a native app that integrates with a RESTful web api on the backend.
You still get the reach that the web provides, while having access to all the presentation and graphics goodies you get in a native app environment.