On Thu, Feb 1, 2018 at 8:27 PM, Mike Dewhirst <mi...@dewhirst.com.au> wrote:

> On 2/02/2018 12:54 AM, Jason wrote:
>
>> https://caniuse.com/#feat=wasm
>>
>>
>>  IIRC wasm is not polyfillable or transpilable, so if you're targeting
>> users on any of those red cells, then wasm is not for you.
>>
>
> Agreed. I think it is interesting anyway but I already decided it is not
> within my event horizon.
>

I wasn't sure about writing this, but anyway...

Mike,

I know how you feel, I have been there (avoiding JS), this is how I solved
it:
https://books.google.com.pe/books/about/JavaScript.html?id=PXa2bby0oQ0C&printsec=frontcover&source=kp_read_button&redir_esc=y#v=onepage&q&f=false
and:
http://learn.knockoutjs.com/#/?tutorial=intro
(it will give you the concepts about ""modern"" UI development in JS (not
"pure" jQuery) before jumping into the big js framework world, and it also
may solve your UI needs)

About the python transpiler, you still need to write code for the JS
libraries, so you need to understand roughly how they work and how the
coding is done for the browser. The problem is not JS here (which can be
grasped easily with Crockford's book), but the coding pattern you have
apply and how things are done - and you get that only by coding on it. Once
you know that, you can write it on Python or JS.

When reading JS articles, have in mind this:
https://hackernoon.com/how-it-feels-to-learn-javascript-in-2016-d3a717dd577f

HTH

>
>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com <mailto:
>> django-users+unsubscr...@googlegroups.com>.
>> To post to this group, send email to django-users@googlegroups.com
>> <mailto:django-users@googlegroups.com>.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/django-users/19bbbae1-eac0-4fea-b6f2-a1c72cfdb471%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/19bbbae1-eac
>> 0-4fea-b6f2-a1c72cfdb471%40googlegroups.com?utm_medium=email
>> &utm_source=footer>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/ms
> gid/django-users/1f24a791-1a13-ecd8-f97c-6d5118ef8d41%40dewhirst.com.au.
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2BFDnh%2BPxgV9drcsO8r38mvBBpU1eJra2sTcQ2BdstdRpEhErg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to