Tag Archives: back-office

No CSS, No HTML [p01]: Websites vs Web-apps

20 Feb

Totty got tired because:

  1. Has using 2 different approaches when building a website and a web-app;
  2. This cannot be done because web-apps are not index-able by Google and therefore SEO doesn’t work;
  3. Sometimes a website needs a part that is more web-app like (backoffice) and has to integrate it’s web-app with the website;
Then he think and solved:
  1. Use the same framework and approach when building a website and a web-app;
  2. Render the application on the server using a Domless client side framework;
  3. Share the same code between the backoffice and the website itself;