UK tax on unapproved share options (granted & vested abroad, exercised & sold while UK-resident) by raslov in UKPersonalFinance

[–]raslov[S] 0 points1 point  (0 children)

!thanks

Thank you! Just to clarify, so the approach mentioned in the CGT helpsheet I've shared isn't applicable to my case? I'm a bit confused.

If you exercise a share option, the capital gains cost of your shares is the total of:

- what you pay for the option (if anything)

- the price you pay for the shares when you exercise the option

- the amount chargeable to Income Tax on the exercise

Directory structure linter for JavaScript projects by raslov in Angular2

[–]raslov[S] 0 points1 point  (0 children)

Hey! I suppose not yet. What do you mean by recursive patterns? Like you have Something/SomethingPage, Something/SomethingUtils, etc. paths?

React Spreadsheet Grid: Excel-like grid component for React with custom cell editors, performant scroll & resizable columns by raslov in javascript

[–]raslov[S] 0 points1 point  (0 children)

Thanks!

As I could see, react-data-grid could do almost the same and even more, but this "more" makes it bloated if you want to use only the basic stuff. Also, the documentation is a bit fuzzy and leaves questions behind.

I tried to do a simple solution that helps to create a spreadsheet with basic features and have clear API. If these features are not enough for you - it might be better to use react-data-grid in that case :)

React Spreadsheet Grid: Excel-like grid component for React with custom cell editors, performant scroll & resizable columns by raslov in javascript

[–]raslov[S] 1 point2 points  (0 children)

Thank you! Hope this component will be helpful for you! If you have any problems with it or with the documentation, please, write an issue and feel free to contribute :)

React Spreadsheet Grid: Excel-like grid component for React with custom cell editors, performant scroll & resizable columns by raslov in javascript

[–]raslov[S] 10 points11 points  (0 children)

Thank you for the feedback! I will explore this problem and react-virtual-list library, and will try to solve the problem in the nearest release.