DEV Community

Cover image for JAMstack Roundup for December 11th 2019
Navin Mani for TakeShape

Posted on • Originally published at takeshape.io

JAMstack Roundup for December 11th 2019

Here are 5 articles that taught us a lot, from SEO to React Testing!

  1. How JAMstack Impacts Your SEO
    Nowadays, if you want to do search engine optimization (SEO) properly you have to think beyond the desired keyword, title, and other tags. ๐Ÿท You also have to take branding, audience behavior, search intent, user experience, analytics, website performance and competition into consideration as well. ๐Ÿ‘ฉโ€๐Ÿ”ฌ

  2. The Rising Complexity of JAMstack Sites and How to Manage Them
    When you add anything with user-generated content or dynamic data to a static site, the complexity of the build process can become comparable to launching a monolithic CMS. ๐Ÿ˜ How can we add rich content to static sites without stitching together multiple third-party services? ๐Ÿค”

  3. Get Started With ExpressJS
    ExpressJS is probably the most popular framework for creating server-side web applications in Node.js. In this blog series I want to show you how to get started and how to do it The Right Wayโ„ข. ๐Ÿ˜Ž

  4. Forget Mobile First, Progressive Web App First is the Future
    The days of โ€œbuild it and they will comeโ€ ๐Ÿ›  are long gone, and now the name of the game in mobile is โ€œpay to play.โ€ ๐Ÿ’ต It doesnโ€™t have to be this way. Companies that have historically been web-first have employed a very different strategy to acquire users. ๐Ÿ•ธ

  5. UI Testing Best Practices
    I've been writing a decent amount of UI tests these past few weeks and thought I'd share a handful of patterns I've been adhering to. ๐Ÿค Hopefully this can help guide good decision making when writing tests and make it easy to write more maintainable code.

Top comments (0)