Custom Create React App | Best Practices in Typescript | React >16 React app has multiple versions now a days, based on the latest typescript implementation using React 16. Here is a code sample if it helps anyone to Kickstart their project or take "inspiration" GitHub Project This is a simple app to get gists of user. React app, Single Page, Gist User Data download code in local via - https://github.com/jatinmarwah/React_Sample Master - latest Stable Develop - ongoing check in (might be unstable) execute command on root folder yarn run build:dev OR npm run build: dev Start app with yarn start OR npm start; GO TO: "localhost:8080" Test with any valid gist username App Tested with user "paulirish" Data validation No extensive data validation is done, pagination is not supported(YET), max result received is 30 Basic validations and error handling is done, app level handling and boundaries can be extended Caution As un-authenticated api is being used, GI
Angular based directive for excel like freeze pane V1.0 This is a angular based excel like freeze pane of table, you can view demo here or download here. Download the project and to use this directive make sure to include the following files into your work space: 1) directive/freezepane.js 2) template/directive_template/freezepane.html /*Make sure to keep the directory as is from root folder, else change the directive path in freezepane.js */ 3) styles/freezepane.css Include "freezepaneModule" as a dependancy to your angular module. The "tablefreeze" directive has following attributes: a) tableId = Pass the table ID you wish to apply freeze pane on b) freezeRows = No of rows that needs to be frozen c) freezeCols = No of columns that needs to be frozen d) tableTemplateUrl = Path to your table template from root directory You can generate excel like "freezepane" on multiple tables in your application or within the same page, just pass the