question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support TypeScript?

See original GitHub issue

Hello @couds and team.

TypeScript is here and covered React. I think, react-bulma-components need to add support of TS as soon as possible.

I’m not sure, but this is real “killer feature”, because other React+Bulma repos doesn’t have TS out of the box. We’re may take this and get many stars and users for free!

I’m just learning TypeScript, but I see profit with this solution now. Thanks!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:10
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

19reactions
tqwewecommented, Sep 9, 2018

+1 Would love to see typescript support

10reactions
koddrcommented, Jul 3, 2018

@couds may I ask, what do you use? Flow?

Add TS support — it’s about more support for tools, which community use right now and future.

For example, I start new frontend project via create-react-app --scripts-version=react-scripts-ts and want to use react-bulma-components to it… yes, all works great, but if I want to write code with TypeScript — I need to components, like MyComponent.tsx (not .jsx or .js).

If I try to imports react-bulma-components in .tsx (or .ts) components, TS compiler show me error:

Try `npm install @types/react-bulma-components` if it exists or add a new declaration (.d.ts) file containing `declare module 'react-bulma-components';`

And does not compile to JS.

Read more comments on GitHub >

github_iconTop Results From Across the Web

TypeScript: JavaScript With Syntax For Types.
TypeScript adds additional syntax to JavaScript to support a tighter integration with your editor. Catch errors early in your editor.
Read more >
TypeScript Programming with Visual Studio Code
VS Code comes with great debugging support for TypeScript, including support for sourcemaps. Set breakpoints, inspect objects, navigate the call stack, and ...
Read more >
TypeScript | WebStorm Documentation - JetBrains
WebStorm supports developing, running, and debugging TypeScript source code. WebStorm recognizes .ts and .tsx files and provides full range ...
Read more >
TypeScript support in Svelte - Learn web development
TypeScript support in Svelte · Code along with us · TypeScript: optional static typing for JavaScript · Why TypeScript? · Creating a Svelte ......
Read more >
TypeScript - Cypress Documentation
ts file. // in cypress/support/index.ts // load type definitions that come with Cypress module /// <reference types ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found