Home > Net >  how to develop touchscreen apps for a big touchscreen using react?
how to develop touchscreen apps for a big touchscreen using react?

Time:12-03

hi im a react developer and was wondering what is the best modern way to create a simple app for modern touchscreen devices. A simple app with one page, some links which lead to assets which can be viewed.

CodePudding user response:

I can't say what is best, because it would just be an opinion, but if you are already a react dev, React Native would allow you to jump in fairly quickly with mobile app development. If you are just looking to make a web app, You will be able to accomplish everything you would like to do in standard React.

CodePudding user response:

If what you want is a mobile application, you can start using React Native. One way to quickly get into development with React Native is to use Expo https://expo.dev/

You could also create a Progressive Web App, which is basically like a web app, but installable.

  • Related