-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Manabu Tokunaga WinguMD, Inc.
This Wiki provides some quick Cookbook type solutions for using Mithril 1.0 with Typescript.These will be good starting-point examples or Gists to build upon.
This is a Work in Progress material so for now, it is not perfect and never will be as everything evolves. I am adding new stuff as I go. Feel free to add more stuff into this or ask questions or report issues in the Issues page of this GitHub. Though the best place for the answer for Mithril is in its [Gitter|https://gitter.im/lhorie/mithril.js] and I had a great experience interacting with the experts there.
I am mostly an application domain developer, and hoping that I do not have to get deeper into frameworks and such. I just want my tools to work quickly and also reliably; just like I do not have to be an auto mechanic to drive my car. As a result, you will likely see my lack of depth of my understanding showing in my recipes. If you know a better answer, well, this is an Open Source project, so you know you can help by improving it and I ask you to help in that regard.
- Why You Should Use a Bundler Like Browserify or Webpack
- Essential tsconfig.json
- How to Hide .js and .map Files in Visual Studio Code
- Why You Should Use a Bundler Like Browserify or Webpack (See also Use TypeScript Compiler as a Bundler Below)
- Why Do I Get UNMET PEER DEPENDENCY Installing tsify?
- Get Around the Lack of Named Parameters in TypeScript
- Alias Mithril with m or Some Other Symbol
- I Do Not Get Any Values Defined in my View in Callbacks with 'this'
- Can't Find Classes in Another File but Under the same Namespace
- The Makings of a Class
- Using the TypeScript Compiler as a Bundler
- Bundling Map Files With browserify
This open source product is provided under the terms of the MIT License.