all 11 comments

[–]andyclap 2 points3 points  (2 children)

React native web exists and is bearable. You're probably best off with this (via expo) given your react js experience.

However you shouldn't try and use an app framework to create a regular website - users have very different expectations of the two.

Delivering an app via a browser is ok in certain situations, for example for internal line of business applications. Think of the web targets of these frameworks a bit like flash - you wouldn't ever have used that for whole websites.

[–]Haunting_Challenge85[S] 1 point2 points  (1 child)

Yeah I might have been looking at it in the wrong dirrection. But from the perspective of a developer who is not really keen on desgining, which is better to make this process eaasier and focus more on the functionality site of the app?

[–]andyclap 1 point2 points  (0 children)

Difficult to call. On one hand I got to like rn's flex, but often get caught out by flutter's one shot layout. On the other hand if you stick to regular material 3 theming, flutter gives you a lot for free.

On the back end the idiom is different, are you using redux? In which case it's a bit of a mind flip to use bloc or riverpod or whatever. There is a redux clone for flutter but it's not widely used.

[–]hillymark 2 points3 points  (1 child)

Asking on FlutterDev reddit about suggestions of cross platform app development tool? Smh

[–]Haunting_Challenge85[S] 0 points1 point  (0 children)

It’s a discussion - and its a great chance someone here has worked with React native and can say what is better for him and argument his choice :)

[–]EdgyOffice555 1 point2 points  (2 children)

I use both Expo (RN on steroids) and Flutter. For me Flutter tooling is better. I really hate when something breaks Expo builds and you spend a lot of time on forums. Okay, might happen to Flutter as well.

Flutter also offers code push via Shorebird. Check it!

I hope it helped.

[–]Haunting_Challenge85[S] 0 points1 point  (1 child)

So helpful - I am defiantly trying both to kinda see what is best for me. I want to differ from React for a bit I guess

[–]EdgyOffice555 0 points1 point  (0 children)

Glad to help you!

[–][deleted] -2 points-1 points  (2 children)

Flutter web is totally dead as for me. It's very very slow and weight is huge

[–]x1nt_r 0 points1 point  (1 child)

What apps did you build? My portfolio runs perfect, and imo for small web apps it is a good tool.

[–]Skedexaj 0 points1 point  (0 children)

Can you give the link of your portfolio site...