Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
Ideally, what do I need to learn?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Jepzter" data-source="post: 435182" data-attributes="member: 81100"><p>Nice to see that you want to take the next step and start a coding career! <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /> </p><p></p><p>I can only speak for my situation here in Sweden, but I hope that it will reflect most other countries. I really think that you should take a deep dive into <strong>React</strong>, it has more or less become a required web developing skill that you should have, and you won't get disappointed because I think, it's the most fun way of doing web development and feel like you are being good at it. However, most companies require you to handle a state in you application, while Flux was the "first" technique that came for that and worked <strong>quite</strong> well with React, I would recommend you to hop on the train and learn <strong>Redux</strong>. </p><p>What redux does it that it holds a big javascript object with data that you can pass around to your components, and React will automatically update based on the new state. Redux can be overcomplicated by some tutorials on the network, but I like the tutorial Redux has on its website, its actually good.</p><p></p><p>So the order to learn would be</p><p></p><p>1. React</p><p>2. Redux </p><p></p><p>I think you will come quite far with that skill in web development. <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="Jepzter, post: 435182, member: 81100"] Nice to see that you want to take the next step and start a coding career! :) I can only speak for my situation here in Sweden, but I hope that it will reflect most other countries. I really think that you should take a deep dive into [B]React[/B], it has more or less become a required web developing skill that you should have, and you won't get disappointed because I think, it's the most fun way of doing web development and feel like you are being good at it. However, most companies require you to handle a state in you application, while Flux was the "first" technique that came for that and worked [B]quite[/B] well with React, I would recommend you to hop on the train and learn [B]Redux[/B]. What redux does it that it holds a big javascript object with data that you can pass around to your components, and React will automatically update based on the new state. Redux can be overcomplicated by some tutorials on the network, but I like the tutorial Redux has on its website, its actually good. So the order to learn would be 1. React 2. Redux I think you will come quite far with that skill in web development. :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Ideally, what do I need to learn?
Top