<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Track Awesome Redux Updates Weekly</title>
  <id>https://www.trackawesomelist.com/brillout/awesome-redux/week/feed.xml</id>
  <updated>2017-01-27T17:27:24.000Z</updated>
  <link rel="self" type="application/atom+xml" href="https://www.trackawesomelist.com/brillout/awesome-redux/week/feed.xml"/>
  <link rel="alternate" type="application/json" href="https://www.trackawesomelist.com/brillout/awesome-redux/week/feed.json"/>
  <link rel="alternate" type="text/html" href="https://www.trackawesomelist.com/brillout/awesome-redux/week/"/>
  <generator uri="https://github.com/bcomnes/jsonfeed-to-atom#readme" version="1.2.2">jsonfeed-to-atom</generator>
  <icon>https://www.trackawesomelist.com/favicon.ico</icon>
  <logo>https://www.trackawesomelist.com/icon.png</logo>
  <subtitle>Catalog of Redux Libraries &amp; Learning Material</subtitle>
  <entry>
    <id>https://www.trackawesomelist.com/2017/4/</id>
    <title>Awesome Redux Updates on Jan 23 - Jan 29, 2017</title>
    <updated>2017-01-27T17:27:24.000Z</updated>
    <published>2017-01-27T17:27:24.000Z</published>
    <content type="html"><![CDATA[<h3><p>Learning Material / Other</p>
</h3>
<ul>
<li><p><strong>Redux's concepts</strong></p>
<p><a href="http://redux.js.org/" rel="noopener noreferrer">Redux official documentation</a> does a great job at explaining Redux's core principles.</p>
</li>
</ul>

<ul>
<li><p><strong>Why immutable data structures</strong></p>
<p>The <a href="https://facebook.github.io/react/docs/advanced-performance.html" rel="noopener noreferrer">guide on performance</a> of React's official documentation explains well what immutable data structures are and why they play an important role.</p>
</li>
</ul>

<ul>
<li><p><strong>Side Effects</strong></p>
<p><a href="https://github.com/redux-loop/redux-loop" rel="noopener noreferrer">Redux Loop's readme (⭐2k)</a> gives a good insight on Side Effects in the context of Redux.</p>
</li>
</ul>

<ul>
<li><p><strong>Functional Programming - Basics</strong></p>
<p>This <a href="http://jaysoo.ca/2016/01/13/functional-programming-little-ideas/" rel="noopener noreferrer">post</a> goes over basic concepts of functional programming while building a YouTube instant search demo app.</p>
</li>
</ul>

<ul>
<li><p><strong>Reactive Programming</strong></p>
<p>This <a href="https://gist.github.com/staltz/868e7e9bc2a7b8c1f754" rel="noopener noreferrer">introduction to Reactive Programming</a> explains Reactive Programming with clarity.</p>
</li>
</ul>

<ul>
<li><p><strong>Functional Programming - Going beyond</strong></p>
<p>Well written <a href="https://medium.com/@chetcorcos/functional-programming-for-javascript-people-1915d8775504" rel="noopener noreferrer">article</a> that talks about interesting computer science concepts implemented in functional languages and how these apply to JavaScript.</p>
</li>
</ul>

<ul>
<li><p><strong>Monads</strong></p>
<p>Curious about monads? Wikipedia gives a good <a href="https://en.wikipedia.org/wiki/Monad_(functional_programming)" rel="noopener noreferrer">overview on monads</a> and <a href="http://adit.io/posts/2013-04-17-functors,_applicatives,_and_monads_in_pictures.html" rel="noopener noreferrer">this article</a> explains monads in more details with graphics and simple examples.</p>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/4/"/>
    <summary>7 awesome projects updated on Jan 23 - Jan 29, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/44/</id>
    <title>Awesome Redux Updates on Oct 31 - Nov 06, 2016</title>
    <updated>2016-11-06T13:01:02.000Z</updated>
    <published>2016-11-06T13:01:02.000Z</published>
    <content type="html"><![CDATA[<h3><p>Utilities / Side Effects</p>
</h3>
<ul>
<li><a href="https://github.com/clarus/redux-ship" rel="noopener noreferrer">redux-ship (⭐615)</a> - Composable, testable and typable side effects.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/44/"/>
    <summary>1 awesome projects updated on Oct 31 - Nov 06, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/39/</id>
    <title>Awesome Redux Updates on Sep 26 - Oct 02, 2016</title>
    <updated>2016-09-28T06:20:32.000Z</updated>
    <published>2016-09-28T06:20:32.000Z</published>
    <content type="html"><![CDATA[<h3><p>Utilities</p>
</h3>
<ul>
<li><a href="https://github.com/acdlite/redux-transducers" rel="noopener noreferrer">redux-transducers (⭐130)</a> - Transducer utilities for Redux.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/39/"/>
    <summary>1 awesome projects updated on Sep 26 - Oct 02, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/34/</id>
    <title>Awesome Redux Updates on Aug 22 - Aug 28, 2016</title>
    <updated>2016-08-27T10:48:54.000Z</updated>
    <published>2016-08-24T23:18:56.000Z</published>
    <content type="html"><![CDATA[<h3><p>Utilities</p>
</h3>
<ul>
<li><a href="https://github.com/tommikaikkonen/redux-orm" rel="noopener noreferrer">redux-orm (⭐3k)</a> - Small, simple and immutable ORM to manage relational data in your Redux store.</li>
</ul>

<ul>
<li><a href="https://github.com/omnidan/redux-ignore" rel="noopener noreferrer">redux-ignore (⭐841)</a> - Higher-order reducer to ignore Redux actions.</li>
</ul>

<ul>
<li><a href="https://github.com/calvinfroedge/redux-modifiers" rel="noopener noreferrer">redux-modifiers (⭐159)</a> - Collection of generic functions for writing Redux reducers to operate on various data structures.</li>
</ul>

<ul>
<li><a href="https://github.com/evgenyrodionov/redux-logger" rel="noopener noreferrer">redux-logger (⭐5.7k)</a> - Logger middleware for Redux.</li>
</ul>

<ul>
<li><a href="https://github.com/omnidan/redux-undo" rel="noopener noreferrer">redux-undo (⭐2.8k)</a> - Higher order reducer to add undo/redo functionality to Redux state containers.</li>
</ul>

<ul>
<li><a href="https://github.com/dtschust/redux-bug-reporter" rel="noopener noreferrer">redux-bug-reporter (⭐689)</a> - Bug reporter and bug playback tool for Redux.</li>
</ul>
<h3><p>Utilities / Store Persistence</p>
</h3>
<ul>
<li><a href="https://github.com/michaelcontento/redux-storage" rel="noopener noreferrer">redux-storage (⭐675)</a> - Persistence layer for Redux with flexible backends.</li>
</ul>

<ul>
<li><a href="https://github.com/rt2zz/redux-persist" rel="noopener noreferrer">redux-persist (⭐12k)</a> - Persist and rehydrate a Redux store.</li>
</ul>
<h3><p>Utilities / Side Effects</p>
</h3>
<ul>
<li><a href="https://github.com/yelouafi/redux-saga" rel="noopener noreferrer">redux-saga (⭐22k)</a> - Alternative side effect model for Redux apps.</li>
</ul>

<ul>
<li><a href="https://github.com/redux-effects/redux-effects" rel="noopener noreferrer">redux-effects (⭐492)</a> - You write pure functions, redux-effects handles the rest.</li>
</ul>

<ul>
<li><a href="https://github.com/redux-loop/redux-loop" rel="noopener noreferrer">redux-loop (⭐2k)</a> - Port of elm-effects and the Elm Architecture to Redux that allows you to sequence your effects naturally and purely by returning them from your reducers.</li>
</ul>
<h3><p>Code Style / Side Effects</p>
</h3>
<ul>
<li><a href="https://github.com/pauldijou/redux-act" rel="noopener noreferrer">redux-act (⭐1.5k)</a> - Opinionated lib to create actions and reducers for Redux.</li>
</ul>

<ul>
<li><a href="https://github.com/Versent/redux-crud" rel="noopener noreferrer">redux-crud (⭐632)</a> - Set of standard actions and reducers for Redux CRUD Applications.</li>
</ul>
<h3><p>Dev tools / Inspection tools / Side Effects</p>
</h3>
<ul>
<li><a href="https://github.com/fcomb/redux-diff-logger" rel="noopener noreferrer">redux-diff-logger (⭐177)</a> - Diff logger between states for Redux.</li>
</ul>

<ul>
<li><a href="https://github.com/romseguy/redux-devtools-chart-monitor" rel="noopener noreferrer">redux-devtools-chart-monitor (⭐294)</a> - Chart monitor for Redux DevTools.</li>
</ul>

<ul>
<li><a href="https://github.com/YoruNoHikage/redux-devtools-dispatch" rel="noopener noreferrer">redux-devtools-dispatch (⭐145)</a> - Dispatch your actions manually to test if your app Reacts well.</li>
</ul>

<ul>
<li><a href="https://github.com/gaearon/redux-devtools-dock-monitor" rel="noopener noreferrer">redux-devtools-dock-monitor (⭐403)</a> - Resizable and movable dock for Redux DevTools monitors.</li>
</ul>
<h3><p>React Integration / Side Effects</p>
</h3>
<ul>
<li><a href="https://github.com/conorhastings/redux-test-recorder" rel="noopener noreferrer">redux-test-recorder (⭐492)</a> - Redux middleware to automatically generate tests for reducers through ui interaction.</li>
</ul>

<ul>
<li><a href="https://github.com/erikras/redux-form-material-ui" rel="noopener noreferrer">redux-form-material-ui (⭐834)</a> - Set of wrapper components to facilitate using Material UI with Redux Form.</li>
</ul>
<h3><p>React Integration / Routing</p>
</h3>
<ul>
<li><a href="https://github.com/Rezonans/redux-async-connect" rel="noopener noreferrer">redux-async-connect (⭐650)</a> - It allows you to request async data, store them in Redux state and connect them to your React component.</li>
</ul>

<ul>
<li><a href="https://github.com/Agamennon/redux-tiny-router" rel="noopener noreferrer">redux-tiny-router (⭐130)</a> - Router made for Redux and made for universal apps. Stop using the router as a controller, it's just state.</li>
</ul>

<ul>
<li><a href="https://github.com/reactjs/react-router-redux" rel="noopener noreferrer">react-router-redux (⭐7.9k)</a> - Ruthlessly simple bindings to keep react-router and Redux in sync.</li>
</ul>
<h3><p>React Integration / Forms</p>
</h3>
<ul>
<li><a href="https://github.com/erikras/redux-form" rel="noopener noreferrer">redux-form (⭐13k)</a> - Higher Order Component using react-redux to keep form state in a Redux store.</li>
</ul>
<h3><p>React Integration / Component State</p>
</h3>
<ul>
<li><a href="https://github.com/threepointone/redux-react-local" rel="noopener noreferrer">redux-react-local (⭐373)</a> - Local component state via Redux.</li>
</ul>

<ul>
<li><a href="https://github.com/tonyhb/redux-ui" rel="noopener noreferrer">redux-ui (⭐640)</a> - Easy UI state management for React Redux.</li>
</ul>
<h3><p>Other Integrations / Backbone</p>
</h3>
<ul>
<li><a href="https://github.com/redbooth/backbone-redux" rel="noopener noreferrer">backbone-redux (⭐189)</a> - Easy way to keep your backbone collections and Redux store in sync.</li>
</ul>
<h3><p>Other Integrations / Falcor</p>
</h3>
<ul>
<li><a href="https://github.com/ekosz/redux-falcor" rel="noopener noreferrer">redux-falcor (⭐369)</a> - Connect your Redux front-end to your falcor back-end.</li>
</ul>
<h3><p>Other Integrations / RxJS</p>
</h3>
<ul>
<li><a href="https://github.com/jas-chen/rx-redux" rel="noopener noreferrer">rx-redux (⭐421)</a> - Reimplementation of Redux using RxJS.</li>
</ul>

<ul>
<li><a href="https://github.com/acdlite/redux-rx" rel="noopener noreferrer">redux-rx (⭐1k)</a> - RxJS utilities for Redux.</li>
</ul>
<h3><p>Other Integrations / Electron</p>
</h3>
<ul>
<li><a href="https://github.com/samiskin/redux-electron-store" rel="noopener noreferrer">redux-electron-store (⭐375)</a> - Redux store enhancer that allows automatic synchronization between electron processes.</li>
</ul>
<h3><p>Other Integrations / Deku</p>
</h3>
<ul>
<li><a href="https://github.com/troch/deku-redux" rel="noopener noreferrer">deku-redux (⭐31)</a> - Bindings for Redux in deku &lt; v2.</li>
</ul>
<h3><p>Other Integrations / Other</p>
</h3>
<ul>
<li><a href="https://github.com/outlandishideas/kasia" rel="noopener noreferrer">kasia (⭐218)</a> - React Redux toolset for the WordPress API.</li>
</ul>
<h3><p>Boilerplate / Other</p>
</h3>
<ul>
<li><a href="https://github.com/SpencerCDixon/redux-cli" rel="noopener noreferrer">redux-cli (⭐890)</a> - Opinionated CLI for building Redux/React apps quicker.</li>
</ul>

<ul>
<li><a href="https://github.com/bdefore/universal-redux" rel="noopener noreferrer">universal-redux (⭐462)</a> - Npm package that lets you jump right into coding React and Redux with universal (isomorphic) rendering. Only manage Express setups or Webpack configurations if you want to.</li>
</ul>

<ul>
<li><a href="https://github.com/pauldotknopf/react-aspnet-boilerplate" rel="noopener noreferrer">generator-react-aspnet-boilerplate (⭐284)</a> - Starting point for building isomorphic React applications with ASP.NET Core 1, leveraging existing techniques.</li>
</ul>

<ul>
<li><a href="https://github.com/matthewmueller/socrates" rel="noopener noreferrer">socrates (⭐579)</a> - Small (8kb), batteries-included Redux store to reduce boilerplate and promote good habits.</li>
</ul>
<h3><p>Miscellaneous / Other</p>
</h3>
<ul>
<li><a href="https://github.com/jas-chen/redux-core" rel="noopener noreferrer">redux-core (⭐42)</a> - Minimal Redux.</li>
</ul>
<h3><p>Community / Other</p>
</h3>
<ul>
<li><a href="https://www.reddit.com/r/reduxjs/" rel="noopener noreferrer">Reddit</a></li>
</ul>

<ul>
<li><a href="http://stackoverflow.com/questions/tagged/redux" rel="noopener noreferrer">Stack Overflow</a></li>
</ul>

<ul>
<li><a href="https://discord.gg/0ZcbPKXt5bZ6au5t" rel="noopener noreferrer">Discord</a></li>
</ul>

<ul>
<li><a href="http://slack.redux.io/" rel="noopener noreferrer">Slack</a></li>
</ul>

<ul>
<li><a href="https://gitter.im/reactjs/redux" rel="noopener noreferrer">Gitter</a></li>
</ul>

<ul>
<li><a href="https://webchat.freenode.net/" rel="noopener noreferrer"><code>#rackt</code> on freenode</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/34/"/>
    <summary>43 awesome projects updated on Aug 22 - Aug 28, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/33/</id>
    <title>Awesome Redux Updates on Aug 15 - Aug 21, 2016</title>
    <updated>2016-08-15T23:04:44.000Z</updated>
    <published>2016-08-15T23:04:44.000Z</published>
    <content type="html"><![CDATA[<h3><p>Utilities / Side Effects</p>
</h3>
<ul>
<li><a href="https://github.com/jeffbski/redux-logic" rel="noopener noreferrer">redux-logic (⭐1.8k)</a> - Redux middleware for organizing business logic and action side effects.</li>
</ul>
<h3><p>Other Integrations / RxJS</p>
</h3>
<ul>
<li><a href="https://github.com/redux-observable/redux-observable" rel="noopener noreferrer">redux-observable (⭐7.8k)</a> - RxJS middleware for action side effects in Redux using "Epics".</li>
</ul>

<ul>
<li><a href="https://github.com/shiftyp/redurx" rel="noopener noreferrer">redurx (⭐97)</a> - Redux'ish Functional State Management using RxJS.</li>
</ul>
<h3><p>Dev tools / Inspection tools / Side Effects</p>
</h3>
<ul>
<li><a href="https://github.com/zalmoxisus/remote-redux-devtools" rel="noopener noreferrer">remote-redux-devtools (⭐1.8k)</a> - Redux DevTools remotely.</li>
</ul>
<h3><p>Other Integrations / Other</p>
</h3>
<ul>
<li><a href="https://github.com/netguru/redux-rollbar-middleware" rel="noopener noreferrer">redux-rollbar-middleware</a> - Redux middleware that wraps exceptions in actions and sends them to Rollbar with current state.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/33/"/>
    <summary>5 awesome projects updated on Aug 15 - Aug 21, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/27/</id>
    <title>Awesome Redux Updates on Jul 04 - Jul 10, 2016</title>
    <updated>2016-07-06T18:53:16.000Z</updated>
    <published>2016-07-06T18:53:16.000Z</published>
    <content type="html"><![CDATA[<h3><p>Code Architecture</p>
</h3>
<ul>
<li><a href="https://github.com/ddsol/redux-schema" rel="noopener noreferrer">redux-schema (⭐157)</a> - Automatic actions, reducers and validation for Redux.</li>
</ul>

<ul>
<li><a href="https://github.com/gcanti/redux-tcomb" rel="noopener noreferrer">redux-tcomb (⭐212)</a> - Immutable and type-checked state and actions for Redux.</li>
</ul>

<ul>
<li><a href="https://github.com/cerebral/redux-action-tree" rel="noopener noreferrer">redux-action-tree (⭐227)</a> - The Cerebral signals running with Redux.</li>
</ul>

<ul>
<li><a href="https://github.com/salsita/redux-elm" rel="noopener noreferrer">redux-elm (⭐496)</a> - The Elm Architecture in JavaScript.</li>
</ul>
<h3><p>Utilities</p>
</h3>
<ul>
<li><a href="https://github.com/agraboso/redux-api-middleware" rel="noopener noreferrer">redux-api-middleware (⭐1.5k)</a> - Redux middleware for calling an API.</li>
</ul>

<ul>
<li><a href="https://github.com/slorber/rereduce" rel="noopener noreferrer">rereduce (⭐166)</a> - Reducer library for Redux.</li>
</ul>

<ul>
<li><a href="https://github.com/treasure-data/redux-search" rel="noopener noreferrer">redux-search (⭐1.4k)</a> - Redux bindings for client-side search.</li>
</ul>

<ul>
<li><a href="https://github.com/gajus/redux-immutable" rel="noopener noreferrer">redux-immutable (⭐1.9k)</a> - Redux-immutable is used to create an equivalent function of Redux combineReducers that works with Immutable.js state.</li>
</ul>

<ul>
<li><a href="https://github.com/reactjs/reselect" rel="noopener noreferrer">reselect (⭐19k)</a> - Selector library for Redux.</li>
</ul>

<ul>
<li><a href="https://github.com/idolize/redux-requests" rel="noopener noreferrer">redux-requests (⭐245)</a> - Manages in-flight requests with a Redux reducer to avoid issuing duplicate requests.</li>
</ul>
<h3><p>Utilities / Side Effects</p>
</h3>
<ul>
<li><a href="https://github.com/pburtchaell/redux-promise-middleware" rel="noopener noreferrer">redux-promise-middleware (⭐2k)</a> - Redux middleware for resolving and rejecting promises with conditional optimistic updates.</li>
</ul>

<ul>
<li><a href="https://github.com/gaearon/redux-thunk" rel="noopener noreferrer">redux-thunk (⭐17k)</a> - Thunk middleware for Redux.</li>
</ul>

<ul>
<li><a href="https://github.com/makeomatic/redux-connect" rel="noopener noreferrer">redux-connect (⭐549)</a> - Provides decorator for resolving async props in react-router, extremely useful for handling server-side rendering in React.</li>
</ul>

<ul>
<li><a href="https://github.com/salsita/redux-side-effects" rel="noopener noreferrer">redux-side-effects (⭐182)</a> - Redux toolset for keeping all the side effects inside your reducers while maintaining their purity.</li>
</ul>
<h3><p>Dev tools / Inspection tools / Side Effects</p>
</h3>
<ul>
<li><a href="https://github.com/alexkuz/redux-devtools-inspector" rel="noopener noreferrer">redux-devtools-inspector (⭐240)</a> - Another Redux DevTools Monitor.</li>
</ul>

<ul>
<li><a href="https://github.com/gaearon/redux-devtools" rel="noopener noreferrer">redux-devtools (⭐13k)</a> - DevTools for Redux with hot reloading, action replay, and customizable UI.</li>
</ul>

<ul>
<li><a href="https://github.com/bvaughn/redux-devtools-filterable-log-monitor" rel="noopener noreferrer">redux-devtools-filterable-log-monitor (⭐154)</a> - Filterable tree view monitor for Redux DevTools.</li>
</ul>

<ul>
<li><a href="https://github.com/gaearon/redux-devtools-log-monitor" rel="noopener noreferrer">redux-devtools-log-monitor (⭐312)</a> - The default monitor for Redux DevTools with a tree view.</li>
</ul>
<h3><p>React Integration / Side Effects</p>
</h3>
<ul>
<li><a href="https://github.com/reactjs/react-redux" rel="noopener noreferrer">react-redux (⭐22k)</a> - Official React bindings for Redux.</li>
</ul>

<ul>
<li><a href="https://github.com/keystonejs/react-easy-universal" rel="noopener noreferrer">react-easy-universal</a> - Universal Routing &amp; Rendering with React &amp; Redux was too hard. Now it's easy.</li>
</ul>
<h3><p>React Integration / Routing</p>
</h3>
<ul>
<li><a href="https://github.com/acdlite/redux-router" rel="noopener noreferrer">redux-router (⭐2.3k)</a> - Redux bindings for React Router – keep your router state inside your Redux store.</li>
</ul>

<ul>
<li><a href="https://github.com/raisemarketplace/ground-control" rel="noopener noreferrer">ground-control (⭐263)</a> - Scalable reducer management &amp; powerful data fetching for React Router &amp; Redux.</li>
</ul>
<h3><p>React Integration / Forms</p>
</h3>
<ul>
<li><a href="https://github.com/davidkpiano/react-redux-form" rel="noopener noreferrer">react-redux-form (⭐2.1k)</a> - Create forms easily in React with Redux.</li>
</ul>
<h3><p>Other Integrations / Flux</p>
</h3>
<ul>
<li><a href="https://github.com/acdlite/redux-actions" rel="noopener noreferrer">redux-actions (⭐6.6k)</a> - Flux Standard Action utilities for Redux.</li>
</ul>

<ul>
<li><a href="https://github.com/acdlite/redux-promise" rel="noopener noreferrer">redux-promise (⭐2.7k)</a> - FSA-compliant promise middleware for Redux.</li>
</ul>
<h3><p>Boilerplate / Other</p>
</h3>
<ul>
<li><a href="https://github.com/reactuate/reactuate" rel="noopener noreferrer">reactuate (⭐490)</a> - React/Redux stack (not a boilerplate kit).</li>
</ul>

<ul>
<li><a href="https://github.com/jhen0409/react-chrome-extension-boilerplate" rel="noopener noreferrer">react-chrome-extension-boilerplate (⭐2.1k)</a> - Boilerplate for Chrome Extension React.js project.</li>
</ul>

<ul>
<li><a href="https://github.com/banderson/generator-redux" rel="noopener noreferrer">generator-redux (⭐251)</a> - CLI tools for Redux: next-gen functional Flux/React with devtools.</li>
</ul>

<ul>
<li><a href="https://github.com/stylesuxx/generator-react-webpack-redux" rel="noopener noreferrer">generator-react-webpack-redux (⭐552)</a> - React Webpack Generator including Redux support.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/27/"/>
    <summary>29 awesome projects updated on Jul 04 - Jul 10, 2016</summary>
  </entry>
</feed>