Why can't i not practice react and redux in sololearn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Why can't i not practice react and redux in sololearn

29th Sep 2020, 12:30 PM
Onoh Brothers
Onoh Brothers - avatar
9 Answers
+ 5
Code playground has limitations.
1st Oct 2020, 11:52 AM
Sonic
Sonic - avatar
+ 3
You also can't practice Rust and Go here.
1st Oct 2020, 11:51 AM
Sonic
Sonic - avatar
+ 1
You can ,if you search for similar codes with names react or redux you might find how to use something called cdn to include the necessary files
29th Sep 2020, 12:32 PM
Abhay
Abhay - avatar
+ 1
OK they should put it in the coming years.I pray so
29th Sep 2020, 12:32 PM
Onoh Brothers
Onoh Brothers - avatar
+ 1
React or redux can be understood by js ,it's written in plain js,but to able to use them you need to include neccesary file using script tag so you would be able to make reference to those properties or components these libraries or frameworks provide
29th Sep 2020, 12:39 PM
Abhay
Abhay - avatar
+ 1
Anyway you don't even need to search for other codes , community lessons or lessons by sololearn includes their usuage https://www.sololearn.com/learn/11962/?ref=app
29th Sep 2020, 12:41 PM
Abhay
Abhay - avatar
+ 1
You can write React code at SL playground, but you have to include React, React-DOM and Babel CDNs to the <head>, like this: <script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.4.2/react.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.4.2/react-dom.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.21.1/babel.min.js"></script>
29th Sep 2020, 3:49 PM
Artem 🇺🇦
Artem 🇺🇦 - avatar
0
You can practice react and redux in sololearn. But I don't recommend that. There is no devtools in sololearn like browsers have. The best way to practice react and redux is to practice react and redux with typescript with vscode. Vscode and typescript will helps to produce code fast as well as to understand libraries.
3rd Oct 2020, 2:52 AM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar