Can i make react js Website with Flutter app [closed] - reactjs

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I'm thinking about creating a website with React js as front-end, and later think about back-end, but I want to create an application for the website with Flutter
Does a Flutter application work with and take API and data from a Reactjs website?

You better read and search more.
However, You will need to use the same APIs that this React App is using, then it won't matter if you are using ReactJS or Flutter into creating this web app (Since flutter supports creating web apps too).

Related

Where should i get tutorials for react native web [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 days ago.
Improve this question
I am new to react native. I want to create react native based web application that works in android , ios and web with same code base.
I understand this is not right place to ask these questions but I have done my R&D but could not find proper direction of my queries.
I am using react native paper for ui components and expo framework.Is it right UI library or i should use some other for component build for all android, we and ios?
Is there any tutorials , course, blog links that I could use to continue my work?
Is using React native for web project is good idea ?
I have browsed the youtube, online tutorials..but they all talk about reaact native for android and ios only.I want to use it in web also
Search online, watched youtube tutorials

How to oAuth 'google' on react native? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 days ago.
Improve this question
I'm trying to figure out what is the best way to do a oAuth session with google provider?
I'm trying my best to avoid Firebase and using AppWrite as backend solution right now.
Their SDK has been developed more for the webbrowser. What is the best open source way to use oAuth (google) with a very simple react native app for android?
I tried to use functions of their SDK and I was not redirected to a browser to log in because the SDK has been written more for webbrowser

I did Udemy course on MERN stack. Please suggest some projects for my resume in order to apply for internship [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 months ago.
Improve this question
Please suggest some projects based on MERN stack that will look on my resume. I will afterwards apply for internships or entry level full stack dev jobs.
You can build these projects it'll help you learn something new
Ecommerce site :- you will learn rendering technicians and also how to design APIs you can also integrate payments
Real-time chat App :- It will help you learn about web sockets and real-time data
Blog Site :- Build a fully functional blog application for learning about routing, static rendering, dynamic rendering
Best thing to build is just re-build some papular site and also try new JS frameWorks like Next-Js, remix and any other

FullStack web project hosting [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I want to host a full stack spring boot and react.js project, and I want to know the type of hosting adequate for this project knowing that it is a small project.
shared hosting vs vps hosting
You can use heroku to deploy your application in spring boot and reacts js most quickly and also no need of additional configuration. Monitoring logs is also easy.
I suggest you use Vercel for small projects. Netlify and Heroku are also good options

How to choose database for an ecommerce app [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
Hi I am new to mobile app development and want to make an ecommerce app in flutter. I am using firebase. But is it cost efficient what are the other alternative which is cheaper than firebase yet easy as firebase.
Also is parse server suitable for ecommerce app . I have seen the pricing for firebase and it seems soon my application will cross the free tier limit
Would recommend Amazon AWS for ecommerce app. Number of services like user authentication ( Cognito ), No Sql database( DynamoDB ), Api ( Api Gateway, Lambda function ) are available. Also free tier quota is great.

Resources