ReactNet is a experimental project who mix .NET in the backend using SQL Server in the backend, and React in the FE, This project made a simple CRUD with the employees of the database Adventure works 2012.
This Solution was split in 2 differents projects one for the BE "AdventuresWorks.API" and one for the FE "AdventureWorks".
This solution was build in Visual Studio 2017 Go and open the solution in "AdventureWorks.API", there you will find boths projects, the FE project will rebuild automatically with the build of the "AdventureWorks.API".
- Run the Solution
Before run you will need build boths projects. You can do it by terminal or with visual studio, the config is already setted in the solution.
- React - Framework/Libray for the FE.
- Styled-Components - To create reacu custom components.
- Reac Fabric UI - To use the MS react components.
- .NET - NET to BE.
- SQL Server 2012 - DB.
- Linq - Language Integrate Query.
- Improve UI
- Implement Pagination
- Increase coverage
- Split the React code into less complex components
- Implement redux/Saga