Skip to content

Commit

Permalink
Add Redux/Thunk/Axios via ducks pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
tarwn committed Feb 11, 2019
1 parent 62d4bbf commit 6257569
Show file tree
Hide file tree
Showing 26 changed files with 1,101 additions and 2,363 deletions.
2 changes: 1 addition & 1 deletion dotnet-2.0/BlogExample.Web/BlogExample.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.8" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.9" />
</ItemGroup>

<ItemGroup>
Expand Down
3 changes: 2 additions & 1 deletion dotnet-2.0/BlogExample.Web/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions dotnet-2.2/BlogExample.Web/ClientApp/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[**.{ts,tsx,json,js,jsx}]
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
2,231 changes: 3 additions & 2,228 deletions dotnet-2.2/BlogExample.Web/ClientApp/README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 6257569

Please sign in to comment.