DEV Community

Cover image for How to Develop, Build & Deploy a REACT app with Authentication using AWS Amplify
amlan
amlan

Posted on

How to Develop, Build & Deploy a REACT app with Authentication using AWS Amplify

Recently I started reading about AWS Amplify and found it very interesting. I was very impressed to see how easily one can deploy a full stack React app (supports more frameworks) using the Amplify framework. So I started learning about it more and how it can be leveraged in real life scenarios.

This post is from my initial learning of the basic framework. The framework itself is vast and lots of options to explore. I took a part of the framework which will enable you to quickly stand up a React app if you want to use Amplify.

For more details visit: https://amlanscloud.com/amplifyreact/

Oldest comments (1)

Collapse
 
anilsansak profile image
Yaşar Anıl Sansak

Hi, first of all the article is pretty great. Thank you for taking time to write about this. However, in my opinion, it is not cool to not put the article directly here but only put a link to the article.

Other than that, I would like to ask a question. How would I can use Amplify if I have three different environments(dev, test, prod)?