|
|
|
|
|
by jfdk
3687 days ago
|
|
My advice would be don't use all the fancy stuff. You really don't need to. A basic HTML page with a few <script> tags will go a long way. And with browsers supporting most of ES6 (WebKit supports all of it) you can use all the new JS features in your dev environment no problem. Don't introduce these dependencies if you're just learning. Just use what you need (React + Redux). |
|