Should I use backend for portfolio website? [closed] - reactjs

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
Hello Guys I am creating porfolio website for an Animation Studio.and they waana add some vidoes on their portfolio website.. I am using ReactJs for website. Do i need any kind of clousd-storage for storing videos,or i just put vidoes inside React project,Kindly help me..

Hosting videos yourself is always tricky. Due to bandwidth limitations, it would buffer a lot and depending on the amount of traffic, the cost could go through the roof as well.
I have done a similar site previously using Gatsby and hosting the videos on Vimeo or Youtube.

Related

Flutter or React Native - Better for web exports? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 1 year ago.
Improve this question
I want to create a cross-platform app (will be supported for mobile and web devices), and right now I am not totally sure which technology to use. What is easest to make more responsive, flexible, and adaptive?
I have experience with RNative and Flutter, but I am not sure what to use, what is better for performance on mobile and web, SEO is not important. Only app size (if we talk about the mobile app) and performance (web app)?
Need suggestions.
Thank you.

Vue alternstive to react native an flutter? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 1 year ago.
Improve this question
I really enjoy using vue and nuxt. But I think mobile development or better "mobile and web development with the same code" is the future.
Is there a good way to use vue for that? Or should I switch gears?
There only seem to be flutter and react native. React did seem quite interesting on a first glance.
greetings
Check vue-native
You can build cross platform apps based on JavaScript and Vue JS!

When to use WordPress and when a single paga application framework? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 1 year ago.
Improve this question
I'm trying to understand when I should use CMS like WordPress and when to use a single page application framework like React and Vue when creating a website. Any help?
WordPress can be used without any (barely any) coding skills. It's also a fast way to get a templated website running. If you don't know how to code, don't have a lot of time, and have a simple site, use WordPress
If you have coding knowledge, have time, and have a complex application, you won't be able to use WordPress, and you will find that out quite quickly.

Better way of serving assets to a react project? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this question
My web application has lots of static images(say 100s) to be rendered in the UI.
note that not all images are to be shown on a single page together, instead, those are shown conditionally i.e only 3-5 images are displayed actually in the whole UI.
I want to know does having too many assets affects the production build?
You should upload images to S3, keep the access of these images as public.
If your application is popular you should consider setting up cloud-front in front of s3.

Is that a good idea to create a groupon like website using Angularjs? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I'm new to Angularjs. Now I'm going to create a groupon like website. So I checked lots of similar websites. None of them using the one-page style. So I'm thinking when to use Angularjs. Is that a good idea to create a groupon like website using Angularjs?
Heck yea it is. The only thing is to keep the initial page load fast. So you might need to dynamically import your js files using something like: http://requirejs.org/

Resources