Skip to content

Using with React

Alexandre Rogozine Jr edited this page Nov 14, 2019 · 2 revisions

Using LinqToTypeScript with REACT,

  • Create React App - npx create-react-app my-app --typescript
  • Add package - npm i linq-to-typescript
  • Import and use - import { } from 'linq-to-typescript'
Clone this wiki locally