UI developer tutorials and guides

Showing posts with label Stringify. Show all posts
Showing posts with label Stringify. Show all posts

Tuesday, June 14, 2022

How to create global variable in vitejs [Solidjs]

 Vitejs is build tool for modern nodejs applications. Global variable requires in any application where common information need to be accessed in different modules. 

It is common practice is that store values such as URL, KEYS in separate files, in such cases we can use either environment variable or project level symbols.

Read More