top of page

React vs Angular vs Pure Javascript JS SPA

the essentials of a javascript framework:

* code organization

* templating / theming - seperation of code logic & render

* routing - path / parameter / route handling

    ** the damage SEO has done to Single Page Applications

22 views0 comments

Recent Posts

See All

Understanding The AWS CodeBuild buildspec.yml File

In this post, we will focus on some of the important layers of the buildspec.yml file, in order to assemble our stack and it's layers the right way, like constructing a delicious application cake ;-)

bottom of page