+ 6
Why can't i not practice react and redux in sololearn
9 Respuestas
+ 5
Code playground has limitations.
+ 3
You also can't practice Rust and Go here.
+ 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
+ 1
OK they should put it in the coming years.I pray so
+ 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
+ 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
+ 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>
+ 1
All the Sololearn codes below running react codes with redux
https://code.sololearn.com/WiliZc294Lb5/?ref=app
https://code.sololearn.com/WLgIEbizN9Xl/?ref=app
https://code.sololearn.com/WWPmWtk3O8bn/?ref=app
https://code.sololearn.com/WEs936uLf4V3/?ref=app
https://code.sololearn.com/WtcVHJtWsTH3/?ref=app
https://code.sololearn.com/Wb8I3UvW6koR/?ref=app
https://code.sololearn.com/WVxfxjZ9av4G/?ref=app
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.