Recent posts
Tag: #react · 22 posts
Posted Apr 24
https://github.com/Djeact/Djeact-RoadMap What is Djeact? The name of Djeact comes from the combination of Django and React. Django is a python web framework and React is a javascript library for building user interfaces. Djeact is a set of libraries which the backend is written by django and the UI is written with react. Following libraries have been written so far: Why #Djeact started? Why #Django was chosen for #backend? Why #React was chosen for #frontend? Why #MIT#License?
Posted Apr 24
https://medium.com/@hassanabid/creating-react-native-apps-with-django-rest-api-59e8417865e9 Creating React Native apps with Django rest-api I will really appreciate if you support the project by clicking star on Github repository. I will publish new version soon! https://github.com/hassanabidpk/react_pyconlunch Last week, I delivered a talk about Django for #mobile applications at Pycon Korea. Over the past 6 years, I have been mostly developing mobile applications and contributing to company’s SDKs. Things have changed over past couple of years, as I am no more depending on backend developers to spin off a server for me. Neither I am interested to use automated services like Parse (RIP) or Firebase which hides the complexity and elegance of a backend for mobile applications. I decided to use Django as backend for my mobile applications. Its flexible, stable and customizable. In this blog post, I am going to share basic steps for developing a #React Native app with #Django_rest_api.
Hashtags
Posted Mar 3
http://kennypham.me/2015/11/10/problem-with-react-router-and-django-url/ Hello there, I have faced this problem since the beginning of the current project. The problem is that #react-router and #Django#urls don't like each others.
Posted Feb 8
https://blog.cloudboost.io/react-redux-webpack-3-django-nov-2017-53a09d09cf75 #React + #Redux + Webpack 3 + #Django (Nov 2017)
Posted Feb 8
http://v1k45.com/blog/modern-django-part-1-setting-up-django-and-react/ Modern Django: Part 1: Setting up #Django and #React This will be a multi part tutorial series on how to create a "Modern" web application or SPA using Django and React.js.
Posted Feb 1
https://hackernoon.com/shape-your-redux-store-like-your-database-98faa4754fd5 Using the #Redux Store Like a Database #React #Django
Posted Feb 1
https://gist.github.com/pirate/1e83616c3361136f309648f7bc635280#file-react_base-html #Django Base #template for #react pages
Posted Feb 1
https://github.com/Monadical-SAS/django-channels-router django-channels-router A Python library for routing and handling #websocket messages using #django-channels. Routing socket messages in the view Routing socket messages using a handler #React
Hashtags
Posted Feb 1
https://github.com/Frojd/django-react-templatetags Django-React-Templatetags This django library allows you to add #React (16+) components into your #django#templates.
Hashtags
Posted Jan 28
https://hackernoon.com/reconciling-djangos-mvc-templates-with-react-components-3aa986cf510a Reconciling Backend #Templates with Frontend Components How to build a frontend without making a Single-Page-App At $startupNameHere we decided to write our backend in #Django and our frontend in #React. The combination is not unusual these days, but if you’ve ever tried it you’ve probably found there’s some friction between page composition with backend templating systems, and React’s component model.
Hashtags
Posted Jan 27
https://medium.com/@Pinterest_Engineering/how-we-switched-our-template-rendering-engine-to-react-a799a3d540b0 How we switched our template rendering engine to #React In 2015, we made the decision to migrate our legacy web experience to React to keep up with our fast growth and perform better with increased developer velocity. When we began this project, Pinterest.com was humming along on the existing architecture for some time. On the server, #Django, a Python web application framework, served our web requests and #Jinja was rendering our #templates. The server response to the browser included all the markup, assets and data the browser needed to fetch our JavaScript, images and CSS, and initialize our client-side application. Nunjucks, a JavaScript template rendering engine that uses the same template syntax as Jinja, did all subsequent template renders on the client side.
Hashtags
Posted Dec 28
Dash, announced this year, is an open source library for building web applications, especially those that make good use of #data visualization, in pure Python. It is built on top of #Flask, #Plotly.js and #React, and provides abstractions that free you from having to learn those frameworks and let you become productive quickly. #Dash is a #Python framework for building analytical web applications. No JavaScript required. https://plot.ly/products/dash/