Django React Redux JWT Base Project
github.com
Django React Redux JWT Base Project
1–10 of 28 posts
Re: Django React Redux JWT Base Project
#2Re: Django React Redux JWT Base Project
#3This sounds horrifying, less is more.
Re: Django React Redux JWT Base Project
#4Re: Django React Redux JWT Base Project
#5Re: Django React Redux JWT Base Project
#6Note: JWT is JSON Web Token in this case, not Java Web Toolkit. This was very confusing to me as JWT is only mentioned in the title but not anywhere else in the README.
Re: Django React Redux JWT Base Project
#7Re: Django React Redux JWT Base Project
#8Very niche, but if you need it this could definitely save you a few hours. I wish I had this last weekend for a hackathon where I used a stack very similar to this. I spent longer than I should have to get webpack up and running with Django.
Re: Django React Redux JWT Base Project
#9Very niche, but if you need it this could definitely save you a few hours. I wish I had this last weekend for a hackathon where I used a stack very similar to this. I spent longer than I should have to get webpack up and running with Django.
Silly question, but can't you run Django to serve your backend API, and Webpack to serve your static assets including javascript, then use an http proxy like Nginx to serve them under the same url?
Re: Django React Redux JWT Base Project
#10Note: JWT is JSON Web Token in this case, not Java Web Toolkit. This was very confusing to me as JWT is only mentioned in the title but not anywhere else in the README.
right! you can't just put JWT in there. I saw that and was like...maybe we went too far? hehe