How Many Websites Should We Build?

Someone emailed me:

What approach to building a site should I take?

  1. Build a single responsive website
  2. Build a site on a single domain, but detect mobile, and render a separate mobile site
  3. Build a separate mobile site on a subdomain

It's funny how quickly huge industry-defining conversations fade from view. This was probably the biggest question in web design and development this past decade, and we came up with an answer: It's #1, you should build a responsive website. Any other answer and you're building multiple websites and the pain from that comes from essentially doubling the workload, splitting teams, communication problems across those teams, inconsistencies across the sites, and an iceberg of other pain points this industry has struggled with for ages.

But, the web is a big place.

This emailer specifically mentioned imdb.com as their example. IMDB is an absolutely massive site with a large team (they are owned by Amazon) and lots of money flying around. If the IMDB team decides they would be better off building multiple websites, well that's their business. They've got the resources to do whatever the heck they want.

The post How Many Websites Should We Build? appeared first on CSS-Tricks.

Will React.js Continue to Dominate in 2019?

As per a survey conducted by The State of Javascript for 2018, React surpassed Angular and others in becoming the most loved UI framework. The popularity of React has left many of us wondering whether it will be the most dominant framework of 2019. The framework, developed and maintained by Facebook, is widely used by PayTM, Fiverr, Instagram, IMDB, and many other popular organizations. Let’s discuss the benefits of React and the reasons why it has become so popular.

So, What Is React.js?

The social media giant, Facebook, introduced React.js to the world in 2013. It is an open-source JavaScript framework, the purpose of which is to create engaging and rich web applications that can run efficiently with minimal coding. Earlier, Angular was considered to be the most preferred option for developing single page web applications, but with the introduction of React, which focuses on the features of individual components, developers found their newly developed web pages rendered faster. Along with the flexibility to cover a larger number of use test cases, React has a vast tutorial base and a large community of developers who can provide solutions to problems faced by new, as well as experienced, developers.