DEV Community

Sharad Raj (He/Him)
Sharad Raj (He/Him)

Posted on

2 1

What's your goto WYSIWYG editor for projects ?

Top comments (5)

Collapse
 
billy_de_cartel profile image
Billy Okeyo โ€ข

CkEditor

Collapse
 
sharadcodes profile image
Sharad Raj (He/Him) โ€ข

FOSS?

Collapse
 
billy_de_cartel profile image
Billy Okeyo โ€ข

Yeah

Collapse
 
nataliedeweerd profile image
๐๐š๐ญ๐š๐ฅ๐ข๐ž ๐๐ž ๐–๐ž๐ž๐ซ๐ โ€ข

TinyMCE! :) tiny.cloud/

Collapse
 
sharadcodes profile image
Sharad Raj (He/Him) โ€ข

I use Textarea lol

11 Tips That Make You a Better Typescript Programmer

typescript

1 Think in {Set}

Type is an everyday concept to programmers, but itโ€™s surprisingly difficult to define it succinctly. I find it helpful to use Set as a conceptual model instead.

#2 Understand declared type and narrowed type

One extremely powerful typescript feature is automatic type narrowing based on control flow. This means a variable has two types associated with it at any specific point of code location: a declaration type and a narrowed type.

#3 Use discriminated union instead of optional fields

...

Read the whole post now!

๐Ÿ‘‹ Kindness is contagious

Please leave a โค๏ธ or a friendly comment on this post if you found it helpful!

Okay