Add types to context provider
Can someone help me out here, please?
For this example from the official doc https://www.solidjs.com/tutorial/stores_context?solved
How do you add types to the Counter.jsx as in convert Counter.jsx to Counter.tsx.
For this example from the official doc https://www.solidjs.com/tutorial/stores_context?solved
How do you add types to the Counter.jsx as in convert Counter.jsx to Counter.tsx.
Solid is a purely reactive library. It was designed from the ground up with a reactive core. It's influenced by reactive principles developed by previous libraries.

