About the micro channel small program, I also did two or three, I want to briefly summarize the feeling.

  • 1. Overall, it’s very simple

  • 2. The main work and knowledge are as follows

    • 2.1 Draw static pages
    • 2.2 Write JS, write interaction and business
    • 2.3 Connect to various interfaces of wechat
    • 2.4 Small program life cycle, jump, storage and other miscellaneous items
  • 3. Pay attention to the point

    • 3.1 Write static page is the front end of the basic skills, the main thing to pay attention to is wechat custom tags, loop syntax, and CSS with Flex layout, these points, to be familiar with, do not want to be familiar with it is inefficient
    • 3.2 write JS words, is the most difficult, in fact, is the front basic skills, ES6 grammar is best to be familiar with, small program page life cycle to understand
    • 3.3 Basic login, payment interface docking has no technical content, just workload, experience is ok. And then there’s a whole bunch of weird interfaces that you can use on your own, document and understand
    • 3.4 You need to have some idea of the running of class app, app life cycle, local storage, requests, optimization and so on
  • 4. What makes a good applets

    • 4.1 Solid front-end skills, familiar with wechat grammar and components, fast page writing
    • 4.2 SOLID js foundation, write business fast
    • 4.3 Familiar with wechat interface, fast docking interface, including some strange interface, the more experience, the better
    • 4.4 Have a deep understanding of small program operation and can write high quality and efficient code
    • 4.5 Have relevant experience in common business, such as mall and CMS
    • 4.6 It is best to do the back end, do it together
  • 5. In my own words, the shortcomings are obvious

    • 5.1. Low efficiency, the back-end from the front-end technology is not solid, and every few months to do a small program, so I can not remember the label, Flex, every time to check, very low efficiency.
    • 5.2 JS is not good, JS asynchronous, components, ES6 do not have a deep understanding of this is probably the case, the summary is not professional, low efficiency, if I focus on the small program for half a year, THEN I will certainly do, so I think to find time to further js, there is no other good way