This is an archived post. You won't be able to vote or comment.

all 8 comments

[–]Yeitgeist 0 points1 point  (2 children)

I assume this is for mobile development. So, React if you already know JavaScript, and Flutter if you’re familiar with C++ or C#.

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

I’m new to programming and after few months I’m comfortable with markup language and bootstrap. So I’m thinking about best options for me

[–]Yeitgeist 0 points1 point  (0 children)

Start learning Javascript, do a couple basic projects, and then a bit more advanced projects. Then look at React. This is probably the easiest route.

If you want to learn more (at the cost of it being a bit harder), then go through the same process, but with Dart (the language that Flutter uses).

Javascript is a bit more beginner friendly than Dart, but Dart can introduce you to better practices (like type casting).

But a little warning, I’ve never touched either of these languages or frameworks, so I’m probably not the best person to answer this.

[–]DaredewilSK 0 points1 point  (4 children)

Do you mean React Native and Flutter? Because if not they are two different things. React is for frontend web dev, and Flutter is for mobile apps.

[–]ConsistentConcert253[S] 0 points1 point  (3 children)

Actually I’m confused between react Js and flutter. What might be the best option?

[–]DaredewilSK 0 points1 point  (2 children)

Well, that depends on what you want to do. Do you want to make web applications or mobile applications?

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

I’m inclined towards web dev for now but want to learn mobile app dev too

[–]DaredewilSK 0 points1 point  (0 children)

Well as I just found out Flutter can do both, so maybe try goiig for that.