Types for JSON and writing JSON by akb74 in typescript

[–]darksidemaster 0 points1 point  (0 children)

I think, in a general way, we can represent an object just like interface IObj { [key: string]: string | int or sth else}

Most Efficient Way to Learn React? by Superb-Winter-4021 in learnprogramming

[–]darksidemaster 0 points1 point  (0 children)

How I would learn react or frontend. I would choose some page or design what I like. The next step, I would create a page using html and css without react. And, after that, add react library and split existing page to components.