Categories
JavaScript Libraries Web App Development

New PWA Auth component

I recently read about this web component, called pwa-auth, and it sounds very interesting… looks like it might be the fastest way to implement a fast sign in for users with the new Credential Managment API supported by modern browsers.

I’m not sure how it stacks up agains other WordPress options for Oauth login, but I might have to give it a try.

Categories
JavaScript Libraries IDE Native App Development Web App Development

Ultimate Best Web and Native App Tech Stack

What is the ultimate app development technology stack? Of all the tools we’ve found, the following gives the most flexibility. But first let’s give some of our judging requirements.

Requirements

  1. Ease of setup
  2. Low maintenance
  3. Cost (for hosting, and additional development)
  4. Flexibility
  5. Scalability
  6. Portability (able to use on other hosts, and not be locked in)
  7. Extensibility (Modularity and open source with standards)
  8. SEO (so people can find your site)
  9. Reusability (able to use for other purposes)
  10. Automatable
  11. Community (documentation and people to answer questions)

The Stack

Here are our top choices for the ultimate technology stacks, that bring the most benefits and flexibility for the least amount of cost:

Have some other tech stack suggestions? Please drop a comment below.

Categories
JavaScript Libraries

React vs. Stencil

I read this great post on Stencil, which asks “Is Stencil a better React?” They point out that Stencil runs more performant than React, and has a very similar syntax!

Another part that I really like is that Stencil uses TypeScript, which makes for a bit more efficient syntax.

So back to the original question: is Stencil a better React? Yes, I think it is! I plan to be using Stencil more on new projects!