{"id":14965211,"url":"https://github.com/outsystems/reactview","last_synced_at":"2025-10-25T11:30:57.464Z","repository":{"id":39007407,"uuid":"301385809","full_name":"OutSystems/ReactView","owner":"OutSystems","description":"ReactView is a framework for building react.js based UIs that can be hosted in Avalonia/WPF applications","archived":false,"fork":false,"pushed_at":"2024-11-07T17:12:35.000Z","size":10780,"stargazers_count":34,"open_issues_count":21,"forks_count":8,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-01-31T07:03:33.490Z","etag":null,"topics":["avaloniaui","browser","desktop-app","macos","odc","reactjs","snyk-service-studio","team-mobile-runtime","typescript","value-stream-mobile","webview","windows","wpf"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OutSystems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-05T11:32:53.000Z","updated_at":"2025-01-30T23:52:12.000Z","dependencies_parsed_at":"2022-07-14T04:40:33.630Z","dependency_job_id":"248f979d-1ea4-458e-b865-45e28cadc2dd","html_url":"https://github.com/OutSystems/ReactView","commit_stats":{"total_commits":893,"total_committers":38,"mean_commits":23.5,"dds":0.5274356103023516,"last_synced_commit":"1ecbc759012c2ac0bd97a0809b184513e1ad2790"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OutSystems%2FReactView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OutSystems%2FReactView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OutSystems%2FReactView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OutSystems%2FReactView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OutSystems","download_url":"https://codeload.github.com/OutSystems/ReactView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238128510,"owners_count":19421048,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["avaloniaui","browser","desktop-app","macos","odc","reactjs","snyk-service-studio","team-mobile-runtime","typescript","value-stream-mobile","webview","windows","wpf"],"created_at":"2024-09-24T13:34:22.682Z","updated_at":"2025-10-25T11:30:56.911Z","avatar_url":"https://github.com/OutSystems.png","language":"C#","readme":"# ReactView\n\nReactView is a framework for building react.js based UIs that can be hosted in Avalonia/WPF applications.\nUsing this framework you can build .NET desktop applications that run on Windows or macOS (using the Avalonia version) and mix TypeScript and .NET code in the same app in a seamless way.\n\n## Documentation\n\nSee the [Sample.Avalonia](Sample.Avalonia) project for an example of a Task List application that showcases most of the functionalities provided by this framework.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/images/screenshot.png\" height=\"400\"\u003e\n\u003c/p\u003e\n\n## Getting Started\n\n1) Add the ReactViewControl-Avalonia (or ReactViewControl-WPF) and ViewGenerator Nuget packages to your WPF/Avalonia project.\n2) Follow [these](ViewGenerator/readme.txt \"Instructions\") intructions \n3) For more details check the Sample project.\n\n## Releases\nStable binaries are released on NuGet, and contain everything you need to start creating ReactView based apps.\n- [![ReactViewControl-Avalonia](https://img.shields.io/nuget/v/ReactViewControl-Avalonia.svg?style=flat\u0026label=ReactView-Avalonia)](https://www.nuget.org/packages/ReactViewControl-Avalonia/)\n- [![ReactViewControl-WPF](https://img.shields.io/nuget/v/ReactViewControl-WPF.svg?style=flat\u0026label=ReactView-WPF)](https://www.nuget.org/packages/ReactViewControl-WPF/)\n- [![ViewGenerator](https://img.shields.io/nuget/v/ViewGenerator.svg?style=flat\u0026label=ViewGenerator)](https://www.nuget.org/packages/ViewGenerator/)\n\n# View Generator\n\nViewGenerator is the companion tool of the ReactView framework which generates the C# code from the TypeScript declarations and is responsible for compiling and packing all the application assets into the app bundle.\n\n## Build pre-requisites\n- NodeJS\n\n## ViewPacker\n\nWe have a node package, _**node-sass**_ which creates a folder of vendors for each OS. However, to generate these vendors, the following command needs to run in each OS:\nInside ViewPacker with node_modules installed, the user should run `node scripts/install.js` which will generate a new vendor folder inside `node_modules/node_sass/vendor/` for the user's selected OS. This new vendor folder (e.g. `darwin-x64-72/`) and its **binding.node** content file shall then be added to ViewPacker's `build/node-sass-vendors/`.\n\nFor now we are using the following node versions:\n- 10.16.3\n- 12.18.4\n\n**Note:** If you wish to upgrade the node version at use, don't forget to delete/replace any previous bindings related to the OS (`darwin-x64-72/` represents node 12.X.X's version).\n\n## Versioning\nThe versioning system works as follows:\n\n`\u003cmajor\u003e.\u003ccef_version\u003e.\u003cpatch\u003e`\n\nWhenever you fix a bug, please increase the patch version. \\\nWhenever you bring a new feature, please increase the major version. \\\nUse the minor version for the current cef version.\n\n\n# TODO\n- Improve documentation\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutsystems%2Freactview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foutsystems%2Freactview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutsystems%2Freactview/lists"}