Congo Theme Overview
Install Congo theme with the default configuration and the example site. Congo theme is built with TailwindCSS 3.2.
Install Congo theme with the default configuration and the example site. Congo theme is built with TailwindCSS 3.2.
Install Book theme with the default configuration and the example site.
Install Geekdoc theme with the default configuration.
We don’t have data binding on Web API. We have to use forEach() to get the checked radio.
If we want to pad the partial string, we can’t simply use padStart() to get the result.
If we want to substring to a specific character, we can’t just use substring() to get the result.
Sometimes we may get an Object with an Array on the parameter. We can use Object and Array destructuring together for the function parameter.
Although we can’t read Excel files on Web API directly, we can use the xlsx package to finish the task.
Sometimes we may get data by the data structure of a Recursive Object. We have to write some recursive functions to find value with these Recursive Objects.
If we use JSON files as configuration for our Web App, we can use fetch() or import to read JSON files in the Browser.