nodejs tips and tricks |
(09-22-2018, 07:00 AM)skunkbad Wrote:(09-21-2018, 11:31 PM)ignitedcms Wrote:(09-21-2018, 11:07 PM)skunkbad Wrote:(09-21-2018, 06:37 PM)ignitedcms Wrote: @skunkbad dear lord! I looked over a reactjs tutorial compared to vuejs and the difference was huge, the syntax for vuejs is less verbose easier to figure out etc. It's just a shame reactjs has the bigger market share. Have you tried vuejs? It is a pure job to work with. I've put some stuff in my Vuejs thread if you wish to check it out. In the mean time, I'm getting on very nicely with expressjs. Just thought I'd share some of the more useful plugins I found: Code: "bcryptjs": "^2.4.3", ^Of the above I really liked squel, it is kinda like a helper for sql queries for nodejs. Very useful when used in conjunction with mysql, a bit like the CI query builder. https://hiddentao.com/squel/ I've created a persistent db connection, figured out how to do routing properly, implemented a simple MVC structure, served files, implemented a file upload with error handling, hashed a password, CRUD operations to mysql, email facilities. All I really need to figure out next is sessions.
Practical guide to IgnitedCMS - Book coming soon, www.ignitedcms.com
|
Welcome Guest, Not a member yet? Register Sign In |