تکجوی

مرجعی برای آخرین مطالب طراحی سایت فول استک پایتون/جنگو

تکجوی

مرجعی برای آخرین مطالب طراحی سایت فول استک پایتون/جنگو

همیشا وقتی یه مطلبی رو نیاز دارم، اول مسلما سرچ می کنم. اما گاهی اوقات یه مطلب مفیدی برای طراحی سایت رو می خونم، یا جزئیاتش رو فراموش می کنم، یا آدرس سایتش رو گم می کنم و بعدا حتی شده دو، سه روز دنبالش می گردم تا مجددا پیداش کنم. این وبلاگ کمک می کنه دیگه دنبال مطالب تکراری نگردم و تو کارم صرفه جویی زیادی بشه. ممکنه این مطالب دسته بندی شده، به درد شما هم بخوره.

طبقه بندی موضوعی
بایگانی

۴ مطلب با کلمه‌ی کلیدی «react» ثبت شده است

  • ۰
  • ۰

http://owaislone.org/blog/webpack-plus-reactjs-and-django/


Using Webpack transparently with Django + hot reloading React components as a bonus

If you don’t already know webpack, you’ve some catching up to do...

  • محمد خسروی زاده
  • ۰
  • ۰
https://github.com/BBB/dropzone-redux-form-example

An example for integrating react dropzone and redux-form within a simple react app.
  • محمد خسروی زاده
  • ۰
  • ۰

https://medium.com/@velocity360/creating-a-news-feed-app-with-react-and-redux-58a0404ee75d


In this tutorial, we are going to create a simple application which fetches data from various RSS feeds of the user’s choice and displays the results in a web based interface. By following along, you will gain familiarity with both some simple and advanced concepts such as React, Redux, handling network requests with React, async actions, etc. We are learning by building a fully functioning and deployed application, instead of spending too much time on theory. If you really want to dig into theory and understand the underlying technologies my fully, I recommend reading through the React and Redux docs. For the full video series of this tutorial, click here:

  • محمد خسروی زاده
  • ۰
  • ۰

https://thinkster.io/tutorials/setting-up-react-redux/introducing-react-redux


The react-redux module is the "official bindings" between react and redux. It adds some useful syntactic sugar for binding your components to your redux state. The Provider component that you get from react-redux is how you tell react-redux about your redux store.

  • محمد خسروی زاده